Skip to content

Commit e54eb9c

Browse files
authored
fixed minor typos
1 parent 0d63ac4 commit e54eb9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_data/projects.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ The *Covering by Arithmetic Progression* problem asks: given a set of natural nu
190190

191191
- Assess the practical effectiveness of your solutions.
192192
",
193-
"tags": ["algorithms", "implementaion", "heuristics"],
193+
"tags": ["algorithms", "implementation", "heuristics"],
194194
"category": "BSc",
195195
"available": 1
196196
},
@@ -320,7 +320,7 @@ Here are some more links that contextualize the project:
320320
"name": "Dan Frumin",
321321
"email": "d.frumin@rug.nl"
322322
},
323-
"short_description": "Algebriac Effects are a recent programming paradigm for handling effects in functional programming languages",
323+
"short_description": "Algebraic Effects are a recent programming paradigm for handling effects in functional programming languages",
324324
"long_description": "
325325
Algebraic Effects is a formal system for describing and programming with side-effects in functional programming. They generalize a large class of familiar effects (like I/O, exceptions, mutable state), while allowing for compositional and modular programming and reasoning. In the paradigm of algebraic effects, specific side effects can be encoded using algebraic abstractions (hence the name) and treated as first-class objects with the use of handlers.
326326

0 commit comments

Comments
 (0)