Skip to content

Commit

Permalink
docs: Add missing syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Nov 14, 2023
1 parent 96b77d9 commit eaacc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/functions/src/prune.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const PRUNE_DEFAULTS: Required<PruneOptions> = {
*
* Example:
*
* ```
* ```javascript
* document.getRoot().listMaterials(); // → [Material, Material]
*
* await document.transform(prune());
Expand Down

0 comments on commit eaacc26

Please sign in to comment.