Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AljoschaMeyer committed Jul 21, 2024
1 parent 16951f7 commit e83b1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion willowtest/specs/encodings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ export const encodings: Expression = site_template({
[
code("1"), " ", r("iff"), " ",
code(r("aia_end"), " == ", field_access(field_access(r("area_in_area_inner"), "AreaTime"), "TimeRangeEnd"),
" - ", field_access(field_access(r("area_in_area_inner"), "AreaTime"), "TimeRangeStart")),
" - ", field_access(field_access(r("area_in_area_outer"), "AreaTime"), "TimeRangeStart")),
],
[
"Add ", r("aia_end"), " to ",
Expand Down

0 comments on commit e83b1d8

Please sign in to comment.