Skip to content

Commit a30b64b

Browse files
committed
clean up docs
1 parent 325183c commit a30b64b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ An entry in the symbol table:
125125
| `global` | `bool` | Whether this is a global symbol |
126126

127127
### `Position`
128-
Captures a source location for precise error reporting:
128+
Captures a source location for error reporting:
129129

130130
```cpp
131131
Position pos(srcFile, srcLine, srcColumn);

0 commit comments

Comments
 (0)