Skip to content

Commit acbf5a7

Browse files
author
Elviro Rocca
committed
fix typo
1 parent e1f6403 commit acbf5a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To use the structures in this library, add `"Abstract"` to your target's depende
3434

3535
## How to use this
3636

37-
Let's see some examples to better understand what `Abstract` is about. To get an overview of the theory behind all this you can read the [rationale](RATIONALE.md)
37+
Let's see some examples to better understand what `Abstract` is about. To get an overview of the theory behind all this you can read the [rationale](RATIONALE.md).
3838

3939
### Cookies appreciation
4040

@@ -50,7 +50,7 @@ struct UserSession {
5050
}
5151
```
5252

53-
At each interaction, with should update the session object.
53+
At each interaction, we should update the session object.
5454

5555
There are 2 possible interactions:
5656

0 commit comments

Comments
 (0)