Skip to content

Commit

Permalink
Typo (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
mschauer authored Sep 24, 2020
1 parent 07d4d44 commit 34dbf85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,14 +308,14 @@ suited for many jobs:

## Differences from Mustache.js

This project deviates from that of Mustache.js in a few significant ways:
This project deviates from Mustache.js in a few significant ways:


* Julian structures are used, not JavaScript objects. As illustrated,
* Julia structures are used, not JavaScript objects. As illustrated,
one can use Dicts, Modules, DataFrames, functions, ...

* In the Mustache spec, when lamdas are used as section names, the
function is passed the unvevaluated section:
* In the Mustache spec, when lambdas are used as section names, the
function is passed the unevaluated section:

```
template = "<{{#lambda}}{{x}}{{/lambda}}>"
Expand Down

0 comments on commit 34dbf85

Please sign in to comment.