Skip to content

Commit fff9f44

Browse files
authored
Fix typo in README.md (#75)
1 parent a4a6b72 commit fff9f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Homepage](https://img.shields.io/badge/website-homepage-brightgreen)](https://lampepfl.github.io/gears)
66
[![API Documentation Link](https://img.shields.io/badge/api-documentation-brightgreen)](https://lampepfl.github.io/gears/api)
77

8-
An Experimental Asynchronous Proramming Library for Scala 3. It aims to be:
8+
An Experimental Asynchronous Programming Library for Scala 3. It aims to be:
99
- **Simple**: enables direct-style programming (suspending with `.await`, calling Async-functions directly) and comes with few simple concepts.
1010
- **Structured**: allows an idiomatic way of structuring concurrent programs minimizing computation leaking (*structured concurrency*), while
1111
providing a toolbox for dealing with external, unstructured events.

0 commit comments

Comments
 (0)