mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Comments spelling fixes
This commit is contained in:
parent
1218a16de5
commit
a11a64fbf4
6 changed files with 7 additions and 7 deletions
|
|
@ -42,7 +42,7 @@
|
|||
// recursion. So: float value; int value; etc.
|
||||
//
|
||||
// This works by splitting up the parameter pack for each step in the recursion minus the first.
|
||||
// so the the first step creates the "T value" from the first template parameter.
|
||||
// so the first step creates the "T value" from the first template parameter.
|
||||
// any further template arguments end up in "Rest", which we then use to instantiate a new
|
||||
// tuple, but now minus the first argument. To write this all out:
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue