Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Abraham <[email protected]>
  • Loading branch information
jabraham17 committed Sep 24, 2024
1 parent 50c8dc4 commit 29ebcca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/rst/tools/chplcheck/chplcheck.rst
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ checking for unused formals.

.. code-block:: python
@driver.advanced_rule(default=False)
@driver.advanced_rule
def UnusedFormal(context, root):
formals = dict()
uses = set()
Expand Down

0 comments on commit 29ebcca

Please sign in to comment.