Skip to content

Commit

Permalink
Make the actor of the action clear
Browse files Browse the repository at this point in the history
Summary: Answers the question "Who does the rendering?".

Reviewed By: praihan

Differential Revision: D69313369

fbshipit-source-id: ef7e00344a9512c657ead32dba6782123dd9d92a
  • Loading branch information
Satish Kumar authored and facebook-github-bot committed Feb 11, 2025
1 parent c8364f5 commit f2d3abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thrift/doc/contributions/whisker.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ The `header` is an *unrendered* section of the source. It may contain:
* [Whitespace-only `text` (including `newline`)](#text).
* [Import statements](#import-statements)

Rendering ignores all whitespaces in the `header`.
Whisker ignores whitespaces in the `header` and does not render them.

<Grammar>

Expand Down

0 comments on commit f2d3abe

Please sign in to comment.