Fix typo in doc comment (#4022)
This commit is contained in:
parent
c132f1928f
commit
90666c951d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#![no_std]
|
||||
/// `LanguageFn` wraps a C function that returns a pointer to a tree-sitter grammer.
|
||||
/// `LanguageFn` wraps a C function that returns a pointer to a tree-sitter grammar.
|
||||
#[repr(transparent)]
|
||||
#[derive(Clone, Copy)]
|
||||
pub struct LanguageFn(unsafe extern "C" fn() -> *const ());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue