Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ra1028 committed Aug 21, 2018
1 parent 5651020 commit 6afba13
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Sources/DifferentiableSection.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// Represents the section of collection that has model and elements that identified and can be compared to whether has updated.
/// Represents the section of collection that can be identified and compared to whether has updated.
public protocol DifferentiableSection: Differentiable {
/// A type representing the elements in section.
associatedtype Collection: Swift.Collection where Collection.Element: Differentiable
Expand Down
2 changes: 1 addition & 1 deletion docs/Protocols.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h4>Declaration</h4>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Represents the section of collection that has model and elements that identified and can be compared to whether has updated.</p>
<p>Represents the section of collection that can be identified and compared to whether has updated.</p>

<a href="Protocols/DifferentiableSection.html" class="slightly-smaller">See more</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/Protocols/DifferentiableSection.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h1>DifferentiableSection</h1>

</div>
</div>
<p>Represents the section of collection that has model and elements that identified and can be compared to whether has updated.</p>
<p>Represents the section of collection that can be identified and compared to whether has updated.</p>

</section>
<section class="section task-group-section">
Expand Down
Loading

0 comments on commit 6afba13

Please sign in to comment.