Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change "parameter" to "argument" #63

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions book/book.tex
Expand Up @@ -2746,7 +2746,7 @@ \section{Exercises}
\item Define a new function called
\verb"do_four" that takes a function object and a value
and calls the function four times, passing the value
as a parameter. There should be only
as an argument. There should be only
two statements in the body of this function, not four.

\end{enumerate}
Expand Down Expand Up @@ -3353,7 +3353,7 @@ \section{Debugging}
\index{interface}

An interface is like a contract between a function and a caller.
The caller agrees to provide certain parameters and the function
The caller agrees to provide certain arguments and the function
agrees to do certain work.

For example, {\tt polyline} requires four arguments: {\tt t} has to be
Expand Down