Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 115b0255 authored by Nami-Doc's avatar Nami-Doc
Browse files

Fix typo in `fun_spec.cr`

parent da10671a
Branches
Tags
No related merge requests found
......@@ -164,7 +164,7 @@ describe "Code gen: fun" do
require "prelude"
lib C
fun qsort(base : Void*, nel : C::SizeT, width : C::SizeT, callabck : (Void*, Void* -> Int32))
fun qsort(base : Void*, nel : C::SizeT, width : C::SizeT, callback : (Void*, Void* -> Int32))
end
ary = [3, 1, 4, 2]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment