aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2017-04-18 00:05:09 -0400
committerAndrew Kelley <superjoe30@gmail.com>2017-04-18 00:05:09 -0400
commit407916cd2f3f4931de29fd87b8c9ae3faeba8452 (patch)
tree5ee194f80ce127d81e220869cd56bb53c1c04f17 /doc
parentdef4fbc9ab704b1add5c3af40692b3d26594e58e (diff)
downloadzig-407916cd2f3f4931de29fd87b8c9ae3faeba8452.tar.gz
zig-407916cd2f3f4931de29fd87b8c9ae3faeba8452.zip
rename `@intType` to `@IntType` to follow convention
closes #327
Diffstat (limited to 'doc')
-rw-r--r--doc/langref.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/langref.md b/doc/langref.md
index 122c62a23d..c202925ae3 100644
--- a/doc/langref.md
+++ b/doc/langref.md
@@ -584,7 +584,7 @@ to stderr, and then a newline at the end.
This function can be used to do "printf debugging" on compile-time executing
code.
-### @intType(comptime is_signed: bool, comptime bit_count: u8) -> type
+### @IntType(comptime is_signed: bool, comptime bit_count: u8) -> type
This function returns an integer type with the given signness and bit count.