mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-26 00:31:39 +03:00
Merge pull request #2098 from pbrewczynski/patch-1
[swift/en] Updated documentation syntax - small fix
This commit is contained in:
commit
ea5eed5fcd
@ -221,9 +221,9 @@ A greet operation
|
||||
- A bullet in docs
|
||||
- Another bullet in the docs
|
||||
|
||||
:param: name A name
|
||||
:param: day A day
|
||||
:returns: A string containing the name and day value.
|
||||
- Parameter name : A name
|
||||
- Parameter day : A day
|
||||
- Returns : A string containing the name and day value.
|
||||
*/
|
||||
func greet(name: String, day: String) -> String {
|
||||
return "Hello \(name), today is \(day)."
|
||||
|
Loading…
Reference in New Issue
Block a user