mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
Fix typo in doc comment (#4022)
This commit is contained in:
parent
c132f1928f
commit
90666c951d
|
|
@ -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…
Reference in a new issue