mirror of
https://github.com/RGBCube/cstree
synced 2025-07-27 09:07:44 +00:00
Fix typo in README.md (#61)
This commit is contained in:
parent
9c0a22f87f
commit
057d51f6e1
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ impl Syntax for Calculator {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fn ino_raw(self) -> RawSyntaxKind {
|
fn into_raw(self) -> RawSyntaxKind {
|
||||||
RawSyntaxKind(self as u32)
|
RawSyntaxKind(self as u32)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue