mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
std: fix a bunch of typos
The majority of these are in comments, some in doc comments which might affect the generated documentation, and a few in parameter names - nothing that should be breaking, however.
This commit is contained in:
committed by
Andrew Kelley
parent
ec6ffaa1e4
commit
94e30a756e
+1
-1
@@ -1603,7 +1603,7 @@ fn parseInternal(
|
||||
if (fields_seen[i]) {
|
||||
switch (options.duplicate_field_behavior) {
|
||||
.UseFirst => {
|
||||
// unconditonally ignore value. for comptime fields, this skips check against default_value
|
||||
// unconditionally ignore value. for comptime fields, this skips check against default_value
|
||||
parseFree(field.type, try parse(field.type, tokens, child_options), child_options);
|
||||
found = true;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user