Skip to content

Commit

Permalink
fixing variable name in docs #163
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyrehm committed Aug 29, 2014
1 parent 5e23895 commit cdf1d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,7 @@ <h3 id="static-withinString">URI.withinString()</h3>
var uri = new URI(url);
uri.normalize();
return "&lt;a href="" + escapeHtml(uri) + ""&gt;"
+ escapeHtml(url.<a href="#readable">readable</a>()) + "&lt;/a&gt;";
+ escapeHtml(uri.<a href="#readable">readable</a>()) + "&lt;/a&gt;";
});
</pre>
<p>As of URI.js 1.12.0 withinString accepts the following parameters:</p>
Expand Down

0 comments on commit cdf1d02

Please sign in to comment.