Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BasThomas authored Jan 21, 2019
1 parent 8d36ab7 commit 5dd35fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Analysis/Classes/String+Analysis.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Foundation

public extension String {

/// Returns an alysis of `self`.
/// Returns an analysis of `self`.
public func analysed() -> Analysis {
return Analysis(of: self)
}
Expand Down

0 comments on commit 5dd35fd

Please sign in to comment.