diff --git a/doc/langref.html.in b/doc/langref.html.in index c84edbc6a2..6821dfd9f9 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -293,7 +293,7 @@ pub fn main() !void {

Functions sometimes need information to perform their task. In Zig, information is passed to functions between open ( and close ) parenthesis placed after - the function's name. The information passed to functions are its arguments. When there are + the function's name. This information is also known as arguments. When there are multiple arguments passed to a function, they are separated by commas ,.