style: Ran typos.

This commit is contained in:
Spencer Brower
2026-07-29 10:25:47 -04:00
parent 40bd2ad810
commit 2299dcd652
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ resolve_format_string :: proc(name: string, ctx: []any, pos: int) -> (string, Er
return str, nil
}
// TODO: diagnostics don't show anything relevent
// TODO: diagnostics don't show anything relevant
apply_filter :: proc(value: any, filter: ^Pipe_Filter, pos: int, ctx: []any) -> (any, Error) {
switch filter.op {
case "group_by":