Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtSabintsev committed Mar 13, 2017
1 parent a3f7a07 commit f37c079
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sources/Guitar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public struct Guitar {
/// Delegating Initializer for `Guitar`
///
/// - Parameters:
/// - chord: The `chord`, or build-in regex pattern that will be used to perform the match.
/// - chord: A `chord`, or built-in regex pattern that will be used to perform the match.
public init(chord: GuitarChord) {
self.init(pattern: chord.rawValue)
}
Expand Down
2 changes: 1 addition & 1 deletion docs/Structs/Guitar.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ <h4>Parameters</h4>
</td>
<td>
<div>
<p>The <code>chord</code>, or build-in regex pattern that will be used to perform the match.</p>
<p>A <code>chord</code>, or built-in regex pattern that will be used to perform the match.</p>

</div>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ <h4>Parameters</h4>
</td>
<td>
<div>
<p>The <code>chord</code>, or build-in regex pattern that will be used to perform the match.</p>
<p>A <code>chord</code>, or built-in regex pattern that will be used to perform the match.</p>

</div>
</td>
Expand Down
Binary file modified docs/docsets/Guitar.tgz
Binary file not shown.

0 comments on commit f37c079

Please sign in to comment.