8000 Merge pull request #173 from xeno-by/master · rssh/scala.github.com@4a4b881 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a4b881

Browse files
committed
Merge pull request scala#173 from xeno-by/master
another typo in the macro guide
2 parents 55855e4 + 2192206 commit 4a4b881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overviews/macros/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ As the printout shows, nothing dramatic happens. Compiler guards itself against
289289

290290
### Reporting warnings and errors
291291

292-
The canonical way to interact with the use is through the methods of `scala.reflect.macros.FrontEnds`.
292+
The canonical way to interact with the user is through the methods of `scala.reflect.macros.FrontEnds`.
293293
`c.error` reports a compilation error, `c.info` issues a warning, `c.abort` reports an error and terminates
294294
execution of a macro.
295295

0 commit comments

Comments
 (0)
0