Skip to content

Commit 4e57d3c

Browse files
authored
Correct capitalisation in tabset example code (elixir-lang#1877)
1 parent 2a37f99 commit 4e57d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ IO.puts "Hello, world!"
310310
### Erlang
311311

312312
```erlang
313-
io:fwrite("hello, world!\n").
313+
io:fwrite("Hello, world!\n").
314314
```
315315

316316
<!-- tabs-close -->

0 commit comments

Comments
 (0)