Skip to content

Commit b57edee

Browse files
authored
Merge pull request #549 from google/change_HEAD
Project import generated by Copybara.
2 parents 3f360c3 + 879ac4e commit b57edee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shellguide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ statement, and otherwise be wary of its expression evaluating to zero
936936
```shell
937937
# Simple calculation used as text - note the use of $(( … )) within
938938
# a string.
939-
echo "$(( 2 + 2 )) is 4!?"
939+
echo "$(( 2 + 2 )) is 4"
940940
941941
# When performing arithmetic comparisons for testing
942942
if (( a < b )); then

0 commit comments

Comments
 (0)