authorgravatar for mrpaul@aestheticwisdom.comPaul <mrpaul@aestheticwisdom.com> 2020-07-11 09:09:57+07:00
committergravatar for noreply@github.comGitHub <noreply@github.com> 2020-07-11 09:09:57+07:00
log50df1334f35411e0dbf12624dab68667a4e7a6ac
tree94f4407ed669c0224a3fac75b061964537908940
parent656b640e79e8cd391a046bb69713bffc3e0ff7b3
signaturebadge-question-mark Signed by PGP key 4AEE18F83AFDEB23

Update doc/langref.html.in

Co-authored-by: Joachim Schmidt <joachim.schmidt557@outlook.com>

1 files changed, 1 insertions(+), 1 deletions(-)

doc/langref.html.in+1-1
......@@ -293,7 +293,7 @@ pub fn main() !void {
293293 <p>
294294 Functions sometimes need information to perform their task. In Zig, information is passed
295295 to functions between open <code>(</code> and close <code>)</code> parenthesis placed after
296 the function's name. The information passed to functions are its arguments. When there are
296 the function's name. This information is also known as arguments. When there are
297297 multiple arguments passed to a function, they are separated by commas <code>,</code>.
298298 </p>
299299 <p>