ronreiter / interactive-tutorials

Interactive Tutorials
Apache License 2.0
4.03k stars 2.56k forks source link

Fix grammatical error #616

Closed gitryder closed 3 years ago

gitryder commented 3 years ago

Fixes a simple grammatical error on the page

The error can be found on https://www.learn-c.org/en/Function_arguments_by_reference

Before

Assumingly you're already know pointers and functions, so you are aware of that function arguments are passed by value...

After

Assumingly, you already know pointers and functions, so you are aware that function arguments are passed by value...