File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,7 @@ msgid ""
48
48
"lookahead (i.e., is required _not_ to match). We use the ``|`` separator to "
49
49
"mean PEG's \" ordered choice\" (written as ``/`` in traditional PEG grammars)."
50
50
msgstr ""
51
- "La notación es una mezcla de `EBNF <https://en.wikipedia.org/wiki/"
52
- "Extended_Backus%E2%80%93Naur_form>`_ y `PEG <https://en.wikipedia.org/wiki/"
51
+ "La notación es una mezcla de `EBNF <https://es.wikipedia.org/wiki/BNF_extendido>`_ y `PEG <https://en.wikipedia.org/wiki/"
53
52
"Parsing_expression_grammar>`_. En particular, ``&`` seguido de un símbolo, "
54
53
"ficha o grupo entre paréntesis indica una anticipación positiva (es decir, "
55
54
"se requiere que coincida pero no se consume), mientras que ``!`` Indica una "
You can’t perform that action at this time.
0 commit comments