Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Feb 14, 2024
1 parent 5c4ff19 commit 52bee4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/foundation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ else
const NSInteger = Int32
const NSUInteger = UInt32
end
const MSIntegerMin = typemin(NSInteger)
const NSIntegerMin = typemin(NSInteger)
const NSIntegerMax = typemax(NSInteger)
const NSUIntegerMax = typemax(NSUInteger)

Expand Down

0 comments on commit 52bee4c

Please sign in to comment.