summaryrefslogtreecommitdiff
path: root/std/encoding/_yaml/loader/loader.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/encoding/_yaml/loader/loader.ts')
-rw-r--r--std/encoding/_yaml/loader/loader.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/encoding/_yaml/loader/loader.ts b/std/encoding/_yaml/loader/loader.ts
index 16da3ba4a..b4657c745 100644
--- a/std/encoding/_yaml/loader/loader.ts
+++ b/std/encoding/_yaml/loader/loader.ts
@@ -942,7 +942,7 @@ function readBlockScalar(state: LoaderState, nodeIndent: number): boolean {
}
}
- // Break this `while` cycle and go to the funciton's epilogue.
+ // Break this `while` cycle and go to the function's epilogue.
break;
}