Skip to content

Commit 5c17554

Browse files
committed
fix typo
1 parent 0dec703 commit 5c17554

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is the repository of the interpreter of Egison.
66

77
For more information, visit <a target="_blank" href="https://www.egison.org">our website</a>.
88

9-
## Refreed Papers
9+
## Refereed Papers
1010

1111
### Pattern Matching
1212

@@ -291,7 +291,7 @@ Here are more samples.
291291

292292
There are <a target="_blank" href="https://ghc.haskell.org/trac/ghc/wiki/ViewPatterns#Relatedwork">a lot of existing work</a> for pattern matching.
293293

294-
The advantage of Egison is that it fulfillss **all the following two requirement** at the same time.
294+
The advantage of Egison is that it fulfills the following two requirements at the same time.
295295

296296
1. Efficient backtracking algorithm for non-linear pattern matching.
297297
2. Extensibility of patterns.

0 commit comments

Comments
 (0)