Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
devhl-labs committed Nov 5, 2023
1 parent 25d2df1 commit baed4ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
*
* Register:
* <pre>
* additionalProperties.put("save", new SaveLambda());
* additionalProperties.put("copy", new CopyLambda());
* </pre>
*
* Use:
* <pre>
* {{#save}}{{name}}{{/save}}
* {{#copy}}{{name}}{{/copy}}
* </pre>
*/
public class CopyLambda implements Mustache.Lambda {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
*
* Register:
* <pre>
* additionalProperties.put("write", new WriteLambda());
* additionalProperties.put("paste", new PasteLambda(copyLambda, true, true, true, false));
* </pre>
*
* Use:
* <pre>
* {{#write}}{{name}}{{/write}}
* {{#paste}}{{/paste}}
* </pre>
*/
public class PasteLambda implements Mustache.Lambda {
Expand Down

0 comments on commit baed4ef

Please sign in to comment.