Skip to content

Commit e73415d

Browse files
committed
Julia gotta use the using
1 parent c8bc7a0 commit e73415d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

letter-casing/julia.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ The [UnicodeExtras](https://github.com/nolta/UnicodeExtras.jl) module provides
44
the `lowercase`, `uppercase`, `titlecase`, and `foldcase` functions.
55

66
```julia
7+
using UnicodeExtras
8+
79
lowercase = lowercase(str)
810
uppercase = uppercase(str)
911
titlecase = titlecase(str)

0 commit comments

Comments
 (0)