We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
doc_lazy_continuation
1 parent c904ac3 commit 74fa09fCopy full SHA for 74fa09f
fluent-syntax/src/parser/mod.rs
@@ -3,7 +3,7 @@
3
//! FTL resources can be parsed using one of two methods:
4
//! * [`parse`] - parses an input into a complete Abstract Syntax Tree representation with all source information preserved.
5
//! * [`parse_runtime`] - parses an input into a runtime optimized Abstract Syntax Tree
6
-//! representation with comments stripped.
+//! representation with comments stripped.
7
//!
8
//! # Example
9
0 commit comments