Skip to content

Commit

Permalink
docs: fix typo in halt_error example (#2336)
Browse files Browse the repository at this point in the history
  • Loading branch information
henrebotha authored Jun 5, 2023
1 parent b7f9587 commit df8ee8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/content/manual/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ sections:
The given `exit_code` (defaulting to `5`) will be jq's exit
status.
For example, `"Error: somthing went wrong\n"|halt_error(1)`.
For example, `"Error: something went wrong\n"|halt_error(1)`.
- title: "`$__loc__`"
body: |
Expand Down
2 changes: 1 addition & 1 deletion docs/content/manual/v1.6/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ sections:
The given `exit_code` (defaulting to `5`) will be jq's exit
status.
For example, `"Error: somthing went wrong\n"|halt_error(1)`.
For example, `"Error: something went wrong\n"|halt_error(1)`.
- title: "`$__loc__`"
body: |
Expand Down
2 changes: 1 addition & 1 deletion jq.1.prebuilt
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@ Stops the jq program with no further outputs\. The input will be printed on \fBs
The given \fBexit_code\fR (defaulting to \fB5\fR) will be jq\'s exit status\.
.
.P
For example, \fB"Error: somthing went wrong\en"|halt_error(1)\fR\.
For example, \fB"Error: something went wrong\en"|halt_error(1)\fR\.
.
.SS "$__loc__"
Produces an object with a "file" key and a "line" key, with the filename and line number where \fB$__loc__\fR occurs, as values\.
Expand Down

0 comments on commit df8ee8d

Please sign in to comment.