Skip to content

Fix parameter/argument terminology in tic-tac-toe tutorial#8519

Open
Nabeel-akk wants to merge 1 commit into
reactjs:mainfrom
Nabeel-akk:fix/parameter-terminology
Open

Fix parameter/argument terminology in tic-tac-toe tutorial#8519
Nabeel-akk wants to merge 1 commit into
reactjs:mainfrom
Nabeel-akk:fix/parameter-terminology

Conversation

@Nabeel-akk

Copy link
Copy Markdown
Contributor

Fix terminology in the tic-tac-toe tutorial where 'argument' was used instead of 'parameter' when referring to function parameters.

Changes:

  • "Add an argument $i to the handleClick function" ? "Add a parameter $i to the handleClick function"
  • "handleClick uses the argument (0)" ? "handleClick uses the parameter (0)"

Closes #8375

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Typo]: parameter mistaken as an argument

1 participant