Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
maleadt committed May 3, 2024
1 parent 7452079 commit 1e663ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ using ObjectiveC
empty_str = @objc [NSString string]::id{Object}
@objc [obj::id stringByReplacingOccurrencesOfString:empty_str::id{Object} withString:empty_str::id{Object}]::id{Object}

# chained class + install calls
# chained class + instance calls
@objc [[NSString alloc]::id{Object} init]::id{Object}
end

Expand Down

0 comments on commit 1e663ca

Please sign in to comment.