Skip to content

Commit d2227f2

Browse files
author
Isaac Good
committed
Project import generated by Copybara.
PiperOrigin-RevId: 311271037
1 parent 95d408e commit d2227f2

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)