Skip to content

Commit

Permalink
Merge pull request #83 from svandragt/milestone-4
Browse files Browse the repository at this point in the history
Documentation fix.
  • Loading branch information
svandragt committed Mar 3, 2020
2 parents 1398312 + fa98acd commit f7ad42b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/api/classes/Cuttlefish_Cache.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h4>public</h4>
<li id="generateSite"><a title="Cuttlefish\Cache" href="../classes/Cuttlefish_Cache/generateSite.html">generateSite()</a>
— Generate a static version of the complete site</li>
<li id="hasExistingCachefile"><a title="Cuttlefish\Cache" href="../classes/Cuttlefish_Cache/hasExistingCachefile.html">hasExistingCachefile()</a>
Retiurns whether page is already cached</li>
Returns whether page is already cached</li>
<li id="start"><a title="Cuttlefish\Cache" href="../classes/Cuttlefish_Cache/start.html">start()</a>
— Start caching</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
</nav>
<section>
<h1><small>Cuttlefish\Cache::</small>hasExistingCachefile</h1>
<h4>Retiurns whether page is already cached</h4>
<h4>Returns whether page is already cached</h4>
<p/>
<ul/>
<h2 id="signature">Signature</h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h2>Software Documentation</h2>
</div>
<div id="buildinfo">
<h3>Build</h3>
<p>Tue, 03 Mar 2020 07:54:02 +0000</p>
<p>Tue, 03 Mar 2020 07:56:50 +0000</p>
<h3>VCS Info</h3>
<p>
tag: <br/>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/source/system/Cache.php.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/source/system/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h1>Source of Cuttlefish</h1>
</td>
<td>7.5 KB
</td>
<td>2020-03-03T07:24:08+00:00</td>
<td>2020-03-03T07:56:43+00:00</td>
</tr>
<tr>
<td>
Expand Down
2 changes: 1 addition & 1 deletion src/system/Cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public function start()
}

/**
* Retiurns whether page is already cached
* Returns whether page is already cached
*
* @return boolean page has existing cachefile
*/
Expand Down

0 comments on commit f7ad42b

Please sign in to comment.