Skip to content

Commit d761ce7

Browse files
committed
Merge pull request #1899 from braddunbar/interpolate-values
Update _.template docs.
2 parents e83655e + 03522a4 commit d761ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1796,7 +1796,7 @@ <h2 id="utility">Utility Functions</h2>
17961796
<br />
17971797
Compiles JavaScript templates into functions that can be evaluated
17981798
for rendering. Useful for rendering complicated bits of HTML from JSON
1799-
data sources. Template functions can both interpolate variables, using
1799+
data sources. Template functions can both interpolate values, using
18001800
<tt>&lt;%= &hellip; %&gt;</tt>, as well as execute arbitrary JavaScript code, with
18011801
<tt>&lt;% &hellip; %&gt;</tt>. If you wish to interpolate a value, and have
18021802
it be HTML-escaped, use <tt>&lt;%- &hellip; %&gt;</tt>. When you evaluate a

0 commit comments

Comments
 (0)