Skip to content

Commit

Permalink
Merge pull request #182 from ligurio/ligurio/fix-markup
Browse files Browse the repository at this point in the history
Fix broken markup in ConfigurationFuzzer
  • Loading branch information
andreas-zeller authored Oct 15, 2024
2 parents b03dca3 + 0646433 commit 6d449a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/notebooks/ConfigurationFuzzer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6954,12 +6954,12 @@
},
"source": [
"When copying, expansions in the copy should also refer to symbols in the copy. Hence, when expanding `<int>` in\n",
"\n",
"```<int> ::= <int><digit>```\n",
"\n",
"```\n",
"<int> ::= <int><digit>\n",
"```\n",
"make that\n",
"\n",
"```<int> ::= <int><digit>\n",
"```\n",
"<int> ::= <int><digit>\n",
"<int'> ::= <int'><digit'>\n",
"```\n",
"\n",
Expand Down

0 comments on commit 6d449a2

Please sign in to comment.