Skip to content

Commit

Permalink
More language tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkraljevic committed Feb 2, 2014
1 parent 9eeb423 commit 03c9caf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packaging/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ <h2 align="center">
<td align="left">
<span class="mycomment"># The following four commands remove any previously installed H2O packages for R.</span>
<br>
<span class="mycomment"># These might give error output if H2O is not currently loaded or was not previously installed.</span>
<span class="mycomment"># These commands might give error output if H2O is not currently loaded or was not previously installed.</span>
<br>
<span class="mycomment"># You can safely ignore any such errors.</span>
<span class="mycomment"># We can safely ignore any such errors.</span>
<br>
detach("package:h2o", unload=TRUE)
<br>
Expand All @@ -150,7 +150,7 @@ <h2 align="center">
localH2O = h2o.init(silentUpgrade=TRUE)
<br>
<br>
<span class="mycomment"># Finally, run a demo to see H2O work.</span>
<span class="mycomment"># Finally, let's run a demo to see H2O at work.</span>
<br>
demo(h2o.glm)
</td>
Expand Down

0 comments on commit 03c9caf

Please sign in to comment.