You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working now on 0-11.md and there is something that caught my attention, this paragraph:
Swift’s solution is to let you specify one name for the parameter when it’s being called, and another inside the method. To use this, just write the parameter name twice – once for external, one for internal.
We are talking about functions, plain functions, we have not introduced the concept of classes yet, so calling it a method might seem confusing at the moment. I know you are mindful when writing and as I have seen there is basically nothing out of place so, may I ask if using method is what you wanted to write?, if not, may I PR the change to "function"?.
Thank you very much.
P.D: English is not my mother tongue so I might be stepping onto your toes here, if so, sorry for that. Just wanted to clarify for the translation because words are different "función" y "método" and are used in different contexts.
The text was updated successfully, but these errors were encountered:
Hello @twostraws,
I am working now on 0-11.md and there is something that caught my attention, this paragraph:
We are talking about functions, plain functions, we have not introduced the concept of classes yet, so calling it a method might seem confusing at the moment. I know you are mindful when writing and as I have seen there is basically nothing out of place so, may I ask if using method is what you wanted to write?, if not, may I PR the change to "function"?.
Thank you very much.
P.D: English is not my mother tongue so I might be stepping onto your toes here, if so, sorry for that. Just wanted to clarify for the translation because words are different "función" y "método" and are used in different contexts.
The text was updated successfully, but these errors were encountered: