Skip to content

Commit

Permalink
chore: fix some comments
Browse files Browse the repository at this point in the history
Signed-off-by: dongjinlong <[email protected]>
  • Loading branch information
dongjinlong committed Mar 26, 2024
1 parent cb18fec commit ce74438
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/_stdlib_gen/stdlib-content.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ local html = import 'html.libsonnet';
params: ['str'],
availableSince: '0.20.0',
description: |||
Returns true if the the given string is of zero length.
Returns true if the given string is of zero length.
|||,
},
{
Expand Down
2 changes: 1 addition & 1 deletion doc/ref/language.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ By default nested objects are completely replaced when overriden. For example:
```
{
nested_object: {
field_of_the_nested_object: "will dissappear"
field_of_the_nested_object: "will disappear"
},
not_touched: "still there",
}
Expand Down
2 changes: 1 addition & 1 deletion doc/ref/stdlib.html
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ <h4 id="isEmpty">
</em>
</p>
<p>
Returns true if the the given string is of zero length.
Returns true if the given string is of zero length.
</p>

</div>
Expand Down
2 changes: 1 addition & 1 deletion python/_jsonnet_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

# Returns (full_path, contents) if the file was successfully retrieved,
# (full_path, None) if file not found, or throws an exception when the path
# is invalid or an IO error occured.
# is invalid or an IO error occurred.
# It caches both hits and misses in the `cache` dict. Exceptions
# do not need to be cached, because they abort the computation anyway.
def try_path_cached(cache, dir, rel):
Expand Down

0 comments on commit ce74438

Please sign in to comment.