Skip to content

Commit 438f02b

Browse files
committed
fix typo
1 parent f710f81 commit 438f02b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ julia> using StaticCompiler
3434
julia> fib
3535
ERROR: UndefVarError: fib not defined
3636

37-
julia> fib_comiled = load_function("fib")
37+
julia> fib_compiled = load_function("fib")
3838
fib(::Int64) :: Int64
3939

40-
julia> fib_comiled(10)
40+
julia> fib_compiled(10)
4141
55
4242
```
4343

0 commit comments

Comments
 (0)