Fix small typos (#17680)

This commit is contained in:
konsumlamm
2021-04-09 00:40:19 +02:00
committed by GitHub
parent 2ac45a4794
commit e4b64eee89
2 changed files with 2 additions and 1 deletions

View File

@@ -113,7 +113,7 @@ You can import them directly for debugging:
The compiler's architecture
===========================
Nim uses the classic compiler architecture: A lexer/scanner feds tokens to a
Nim uses the classic compiler architecture: A lexer/scanner feeds tokens to a
parser. The parser builds a syntax tree that is used by the code generators.
This syntax tree is the interface between the parser and the code generator.
It is essential to understand most of the compiler's code.

View File

@@ -118,6 +118,7 @@ since (1, 5):
func timeStamp*(console: Console; label: cstring) {.importcpp.}
## https://developer.mozilla.org/en-US/docs/Web/API/Console/timeStamp
##
## ..warning:: non-standard