Skip to content

Commit 696ffc2

Browse files
committed
Typo in Lecture 5, restricting regular expressions
1 parent d4cad9e commit 696ffc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lec_05_infinite.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ lIf {$e=\tau$ -for $\tau \in \Sigma$} return $""$ -if $\tau=\sigma$ and return $
671671
lIf {$e=(e'|e'')$} return $(Restrict(e',\sigma) | Restrict(e'',\sigma))$ lendif
672672
lIf {$e=(e')^*$} return $(e')^* (Restrict(e',\sigma))$ lendif
673673
lIf {$e= (e')(e'')$ and $\Phi_{e''}("")=0$} return $(e')(Restrict(e'',\sigma))$ lendif
674-
lIf {$e= (e')(e'')$ and $\Phi_{e''}("")=1$} return $(e')(Restrict(e'',\sigma) \; | \; Restrict(e',\sigma))$ lendif
674+
lIf {$e= (e')(e'')$ and $\Phi_{e''}("")=1$} return $(e' Restrict(e'',\sigma)) \; | \; Restrict(e',\sigma)$ lendif
675675
endprocedure
676676
```
677677

0 commit comments

Comments
 (0)