From 50df1334f35411e0dbf12624dab68667a4e7a6ac Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 11 Jul 2020 09:09:57 +0700 Subject: [PATCH] Update doc/langref.html.in Co-authored-by: Joachim Schmidt --- doc/langref.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/langref.html.in b/doc/langref.html.in index c84edbc6a22503072f90ab727324326dccd2c4b8..6821dfd9f914a2d9e39c16173c7390ec7853cfd3 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 ,.

-- 2.54.0