We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccad9f commit a4440a8Copy full SHA for a4440a8
std/jule/parser/api.jule
@@ -33,7 +33,7 @@ fn ParseFile(mut f: &token::FileSet): &FileInfo {
33
ret finf
34
}
35
36
-// Parses FilsSet's tokens and builds AST.
+// Parses FileSet's tokens and builds AST.
37
// Returns nil if filesets is nil.
38
// Skips FileSet if nil.
39
// FileSets should not contain comment tokens.
std/jule/token/token.jule
@@ -91,7 +91,7 @@ const (
91
92
// Token.
93
struct Token {
94
- Id: int // Identitiy of token.
+ Id: int // Identity of token.
95
File: &FileSet // Associated FileSet where token appear.
96
Row: int // Row position of token.
97
Column: int // Column position of token.
0 commit comments