From 4c2513c84ee03a99b074c325a5ffd6dad2d60f1e Mon Sep 17 00:00:00 2001 From: Jamie Willis Date: Mon, 23 Aug 2021 11:19:09 +0100 Subject: [PATCH] typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ab512a7..50e9b94 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Welcome to the home for the _talk_ of our 2021 Haskell Symposium paper: ## What is the paper about? This paper is about identifying and documenting design patterns that help to organise and abstract parsers written in the parser combinator style. In particular, -in this repo we will use a parsec style library called `miniparsec`, contained +in this repo we will use a parsec-style library called `miniparsec`, contained within. In particular, this talk will cover the majority of sections 2 and 3 from the paper. As time goes on, we may extend this repo to cover more topics. @@ -16,5 +16,5 @@ collect our common knowledge, via the discussions and possibly even more example Without further ado: time to exit the meta... # Really Cool Calculator Inc -Hi! We're a start-up with a vision to make a cool calcuator app, written in Haskell, -for all your basic arithmetic needs. We're an open source team and happy to take collaborators to help make our dream come true: get everyone using Haskell for calculation. Please see the "Good Issue for Newcomer" issues to help get you started. \ No newline at end of file +Hi! We're a start-up with a vision to make a cool calculator app, written in Haskell, +for all your basic arithmetic needs. We're an open-source team and happy to take collaborators to help make our dream come true: get everyone using Haskell for calculation. Please see the "Good Issue for Newcomer" issues to help get you started. \ No newline at end of file