From e90a93b03c54e86f118e51808685b65c58be37cd Mon Sep 17 00:00:00 2001 From: Alfred Morgan Date: Mon, 22 Jan 2024 00:43:11 -0800 Subject: [PATCH] Update README.md do to to (#63) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b21585..df25056 100644 --- a/README.md +++ b/README.md @@ -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