From 828fe04f310b4cefbd3e604506f94e7e1e923644 Mon Sep 17 00:00:00 2001 From: Jamie Willis Date: Mon, 10 Jul 2023 00:00:30 +0100 Subject: [PATCH] typo --- _overviews/scaladoc/for-library-authors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_overviews/scaladoc/for-library-authors.md b/_overviews/scaladoc/for-library-authors.md index c90107bb7..31dd4442a 100644 --- a/_overviews/scaladoc/for-library-authors.md +++ b/_overviews/scaladoc/for-library-authors.md @@ -293,7 +293,7 @@ Current holes: * it is unclear how `#` is to be handled within argument/return types: `#` doesn't seem to work and neither does `\#`: there are no tests for this, so perhaps this is a bug. * it is unclear how to avoid a need for space after `implicit`, again, no tests for this: spaces - cannot be escapes with `\ `. + cannot be escaped with `\ `. ## More details on writing Scaladoc