mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-27 10:00:40 -04:00
clarified wording (#30790)
This commit is contained in:
@@ -16,7 +16,7 @@ In this example, the function sayHello takes in a string name and prints out the
|
||||
|
||||
## Function Parameters
|
||||
|
||||
Functions do not require any input parameters or return types. However this require the parentheses after naming the functions.
|
||||
Functions do not require any input parameters or return types. However parentheses are required after the function name.
|
||||
```Swift
|
||||
func helloSteve() {
|
||||
print("Hello, Steve.")
|
||||
|
||||
Reference in New Issue
Block a user