Skip to content

Commit

Permalink
updated the updateFormat docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicegginton committed Sep 26, 2019
1 parent 7ac2abc commit b966e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Spinner/Spinner.swift
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public final class Spinner {
/**
Updates the format the spinier will render as

- Parameter: _: String - New format for spinner to display as
- Parameter _: String - New format for spinner to display as
*/
public func updateFormat(_ newFormat: String) {
self.setFormat(newFormat)
Expand Down

0 comments on commit b966e74

Please sign in to comment.