Skip to content

Commit 34ff5ea

Browse files
authored
doc: fix typo in Validating a Lean Proof (#850)
Was "we use malicious to describe code _to go_ out of its way", corrected to "we use malicious to describe code that _goes out_ of its way" (emphasis highlights edit)
1 parent 285cb86 commit 34ff5ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Manual/ValidatingProofs.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In particular, we use {deftech}_honest_ when the goal is to create a valid proof
3636
This allows for mistakes and bugs in proofs and meta-code (tactics, attributes, commands, etc.), but not for code that clearly only serves to circumvent the system (such as using the {option}`debug.skipKernelTC`).
3737
Note that the {keyword}`unsafe` marker on API functions is unrelated to whether this API can be used in an dishonest way.
3838

39-
In contrast, we use {deftech}_malicious_ to describe code to go out of its way to trick or mislead the user, exploit bugs or compromise the system.
39+
In contrast, we use {deftech}_malicious_ to describe code that goes out of its way to trick or mislead the user, exploit bugs or compromise the system.
4040
This includes un-reviewed AI-generated proofs and programs.
4141

4242
Furthermore it is important to distinguish the question “does the theorem have a valid proof” fromwhat does the theorem statement mean”.

0 commit comments

Comments
 (0)