From 2d65e852f9a6d96fa01a09d0451b99b1d3c3ae66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89amonn=20McManus?= Date: Fri, 12 Sep 2025 07:40:32 -0700 Subject: [PATCH] Fix minor typo in `Compiler`. RELNOTES=n/a PiperOrigin-RevId: 806282880 --- src/main/java/com/google/testing/compile/Compiler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/google/testing/compile/Compiler.java b/src/main/java/com/google/testing/compile/Compiler.java index 827f2912..cb5cc4d4 100644 --- a/src/main/java/com/google/testing/compile/Compiler.java +++ b/src/main/java/com/google/testing/compile/Compiler.java @@ -133,7 +133,7 @@ public final Compiler withOptions(Iterable options) { * determine or use for compilation. * @deprecated prefer {@link #withClasspath(Iterable)}. This method only supports {@link * URLClassLoader} and the default system classloader, and {@link File}s are usually a more - * natural way to expression compilation classpaths than class loaders. + * natural way to express compilation classpaths than class loaders. */ @Deprecated public final Compiler withClasspathFrom(ClassLoader classloader) {