Skip to content

Commit

Permalink
typo fix - if-else.sh (#502)
Browse files Browse the repository at this point in the history
Fixes #502
  • Loading branch information
Deftly authored Dec 29, 2023
1 parent ef79989 commit 0c31ca8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/if-else/if-else.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ go run if-else.go
$ go run if-else.go
7 is odd
8 is divisible by 4
either 7 or 8 are even
either 8 or 7 are even
9 has 1 digit

# There is no [ternary if](https://en.wikipedia.org/wiki/%3F:)
Expand Down
4 changes: 2 additions & 2 deletions public/if-else

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0c31ca8

Please sign in to comment.