Skip to content

Commit

Permalink
Correct capitalisation in tabset example code (#1877)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidOliver authored Mar 6, 2024
1 parent 2a37f99 commit 4e57d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ IO.puts "Hello, world!"
### Erlang
```erlang
io:fwrite("hello, world!\n").
io:fwrite("Hello, world!\n").
```
<!-- tabs-close -->
Expand Down

0 comments on commit 4e57d3c

Please sign in to comment.