Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Mar 21, 2015
1 parent 1835085 commit edb5d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/natives.pm
Expand Up @@ -8,7 +8,7 @@ my native int32 is repr('P6int') is Int is nativesize(32) { }
my native int64 is repr('P6int') is Int is nativesize(64) { }

my native uint is repr('P6int') is Int is unsigned { }
my native uint1 is repr('P6int') is Int is nativesize (1) is unsigned { }
my native uint1 is repr('P6int') is Int is nativesize( 1) is unsigned { }
my native bit is repr('P6int') is Int is nativesize( 1) is unsigned { }
my native uint2 is repr('P6int') is Int is nativesize( 2) is unsigned { }
my native uint4 is repr('P6int') is Int is nativesize( 4) is unsigned { }
Expand Down

0 comments on commit edb5d9f

Please sign in to comment.