Skip to content

Commit

Permalink
Escape literal > in HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
ojwb committed Mar 1, 2017
1 parent 35e6414 commit b451fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/Manual/R.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <H2><a name="R_nn3">37.2 Using R and SWIG</a></H2>
<li>If you do not set the output file name appropriately, you might see errors like
<div class="shell">
<pre>
> fact(4)
&gt; fact(4)
Error in .Call("R_swig_fact", s_arg1, as.logical(.copy), PACKAGE = "example") :
"R_swig_fact" not available for .Call() for package "example"
</pre>
Expand Down

0 comments on commit b451fc4

Please sign in to comment.