Skip to content

Commit

Permalink
[ doc, tiny ] Correct wrong directive for unbound implicits turning off
Browse files Browse the repository at this point in the history
  • Loading branch information
buzden committed Sep 29, 2023
1 parent 63ee39b commit d6ce35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/faq/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ directive:

.. code-block:: idris
%auto_implicits off
%unbound_implicits off
In this case, you can bind ``n`` and ``m`` as implicits, but not ``ty``,
as follows:
Expand Down

0 comments on commit d6ce35f

Please sign in to comment.