Skip to content

Commit 4fabc49

Browse files
committed
doc: Fix broken link
1 parent 1ad692d commit 4fabc49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/binding_rust/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,8 @@ impl Language {
342342
FieldId::new(id)
343343
}
344344

345-
/// Get the next parse state. Combine this with [lookahead_iterator] to
345+
/// Get the next parse state. Combine this with
346+
/// [lookahead_iterator](Language::lookahead_iterator) to
346347
/// generate completion suggestions or valid symbols in error nodes.
347348
///
348349
/// Example:

0 commit comments

Comments
 (0)