Skip to content

Commit

Permalink
Fix typo in whisker.md
Browse files Browse the repository at this point in the history
Summary: self-explanatory

Differential Revision: D67504252

fbshipit-source-id: 1555d052e04e577858fc8f4f8e9a40db5d157cd9
  • Loading branch information
praihan authored and facebook-github-bot committed Dec 20, 2024
1 parent 6c8ebe8 commit b14a1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third-party/thrift/src/thrift/doc/contributions/whisker.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ Whisker `{{#let}}` statements allow binding the result of an `expression` to an

The `expression` is eagerly evaluated exactly once and the name becomes accessible in the lexical scope of the `{{#let}}` statements.

The primary purpose of `{{#let}}` statements is to simply complex `expression`s by breaking them down into smaller parts.
The primary purpose of `{{#let}}` statements is to simplify complex `expression`s by breaking them down into smaller parts.

<Example>

Expand Down

0 comments on commit b14a1a0

Please sign in to comment.