Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ra1028 committed May 13, 2019
1 parent 9b2075e commit 5a48262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ class CustomTableViewdapter: UITableViewAdapter {
}

let renderer = Renderer(
adapter: CustomTableViewdapter(),
adapter: CustomTableViewAdapter(),
updater: UITableViewUpdater()
)
```
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ <h4 id='adapter-customization' class='heading'>Adapter Customization</h4>
<span class="p">}</span>

<span class="k">let</span> <span class="nv">renderer</span> <span class="o">=</span> <span class="kt">Renderer</span><span class="p">(</span>
<span class="nv">adapter</span><span class="p">:</span> <span class="kt">CustomTableViewdapter</span><span class="p">(),</span>
<span class="nv">adapter</span><span class="p">:</span> <span class="kt">CustomTableViewAdapter</span><span class="p">(),</span>
<span class="nv">updater</span><span class="p">:</span> <span class="kt">UITableViewUpdater</span><span class="p">()</span>
<span class="p">)</span>
</code></pre>
Expand Down

0 comments on commit 5a48262

Please sign in to comment.