Skip to content

Commit ddd025c

Browse files
committed
Fixed wrong doc comment. Note to myself: Remember, in Kotlin we can use markdown.
1 parent 8cdaab6 commit ddd025c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/de/halirutan/mathematica/lang/resolve/processors/LocalDefinitionResolveProcessor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class LocalDefinitionResolveProcessor(private val myStartElement: Symbol) : Base
100100
* found in [MScope].
101101
*
102102
*
103-
* Secondly I check the patterns in e.g. <code>f@var_:=...!</code> for `SetDelayed` and `TagSetDelayed`.
103+
* Secondly I check the patterns in e.g. ```f[var_]:=...!``` for `SetDelayed` and `TagSetDelayed`.
104104
*
105105
*
106106
* Finally, `RuleDelayed` constructs are checked.

0 commit comments

Comments
 (0)