Skip to content

Commit

Permalink
Update README.md do to to (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zectbumo committed Jan 22, 2024
1 parent 2aa830c commit e90a93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ proc f() {. importc .}

When `nim` compiles code, it will generate `c` code which may include other
`c` code, from headers or directly via `emit` statements. This means `nim` has
direct access do symbols declared in the `c` file, which can be both a feature
direct access to symbols declared in the `c` file, which can be both a feature
and a problem.

In `nlvm`, `{.header.}` directives are ignored - `nlvm` looks strictly at
Expand Down

0 comments on commit e90a93b

Please sign in to comment.