1
Fork 0
mirror of https://github.com/RGBCube/cstree synced 2025-07-27 00:57:44 +00:00

Fix typo in README.md (#61)

This commit is contained in:
Klas Segeljakt 2023-06-27 17:00:25 +02:00 committed by GitHub
parent 9c0a22f87f
commit 057d51f6e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,7 +136,7 @@ impl Syntax for Calculator {
}
}
fn ino_raw(self) -> RawSyntaxKind {
fn into_raw(self) -> RawSyntaxKind {
RawSyntaxKind(self as u32)
}