diff options
Diffstat (limited to 'src/clang.rs')
-rw-r--r-- | src/clang.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clang.rs b/src/clang.rs index 96f77254..db6467e3 100644 --- a/src/clang.rs +++ b/src/clang.rs @@ -241,7 +241,7 @@ impl Cursor { self.x.kind } - /// Returns true is the cursor is a definition + /// Returns true if the cursor is a definition pub fn is_definition(&self) -> bool { unsafe { clang_isCursorDefinition(self.x) != 0 } } |