Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 13, 2024
1 parent c69172f commit 20def07
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manual/dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5032,7 +5032,7 @@ <h3>
command-line arguments, and may be enriched in the
future to include the version strings for the build
tooling used.</p>
<p>Note that this can be overriden in the command-line
<p>Note that this can be overridden in the command-line
with <code>--arg</code> and related options.</p>
</section>
<section id="$env-env">
Expand Down
2 changes: 1 addition & 1 deletion manual/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4939,7 +4939,7 @@ <h3>
command-line arguments, and may be enriched in the
future to include the version strings for the build
tooling used.</p>
<p>Note that this can be overriden in the command-line
<p>Note that this can be overridden in the command-line
with <code>--arg</code> and related options.</p>
</section>
<section id="$env-env">
Expand Down
2 changes: 1 addition & 1 deletion manual/v1.7/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4939,7 +4939,7 @@ <h3>
command-line arguments, and may be enriched in the
future to include the version strings for the build
tooling used.</p>
<p>Note that this can be overriden in the command-line
<p>Note that this can be overridden in the command-line
with <code>--arg</code> and related options.</p>
</section>
<section id="$env-env">
Expand Down
6 changes: 3 additions & 3 deletions tutorial/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ <h1>Tutorial</h1>
&#34;name&#34;: &#34;Nico Williams&#34;
}
{
&#34;message&#34;: &#34;Fix iterration problem for non decimal string\n\nWhen the string transformation to number failed, all following\ntransformation failed too.\n\nThis happend because status in decNumberFromString function is\nupdated just in error case. Reusing the DEC_CONTEXT that failed\nbefore results into error even if the string is valid number.&#34;,
&#34;message&#34;: &#34;Fix iteration problem for non decimal string\n\nWhen the string transformation to number failed, all following\ntransformation failed too.\n\nThis happend because status in decNumberFromString function is\nupdated just in error case. Reusing the DEC_CONTEXT that failed\nbefore results into error even if the string is valid number.&#34;,
&#34;name&#34;: &#34;Nico Williams&#34;
}
{
Expand Down Expand Up @@ -312,7 +312,7 @@ <h1>Tutorial</h1>
&#34;name&#34;: &#34;Nico Williams&#34;
},
{
&#34;message&#34;: &#34;Fix iterration problem for non decimal string\n\nWhen the string transformation to number failed, all following\ntransformation failed too.\n\nThis happend because status in decNumberFromString function is\nupdated just in error case. Reusing the DEC_CONTEXT that failed\nbefore results into error even if the string is valid number.&#34;,
&#34;message&#34;: &#34;Fix iteration problem for non decimal string\n\nWhen the string transformation to number failed, all following\ntransformation failed too.\n\nThis happend because status in decNumberFromString function is\nupdated just in error case. Reusing the DEC_CONTEXT that failed\nbefore results into error even if the string is valid number.&#34;,
&#34;name&#34;: &#34;Nico Williams&#34;
},
{
Expand Down Expand Up @@ -363,7 +363,7 @@ <h1>Tutorial</h1>
]
},
{
&#34;message&#34;: &#34;Fix iterration problem for non decimal string\n\nWhen the string transformation to number failed, all following\ntransformation failed too.\n\nThis happend because status in decNumberFromString function is\nupdated just in error case. Reusing the DEC_CONTEXT that failed\nbefore results into error even if the string is valid number.&#34;,
&#34;message&#34;: &#34;Fix iteration problem for non decimal string\n\nWhen the string transformation to number failed, all following\ntransformation failed too.\n\nThis happend because status in decNumberFromString function is\nupdated just in error case. Reusing the DEC_CONTEXT that failed\nbefore results into error even if the string is valid number.&#34;,
&#34;name&#34;: &#34;Nico Williams&#34;,
&#34;parents&#34;: [
&#34;https://github.com/jqlang/jq/commit/174db0f93552bdb551ae1f3c5c64744df0ad8e2f&#34;
Expand Down

0 comments on commit 20def07

Please sign in to comment.