1
1
mirror of https://github.com/tweag/nickel.git synced 2024-10-05 07:37:09 +03:00

Update doc/manual/typing.md

Co-authored-by: Arnaud Spiwack <arnaud.spiwack@tweag.io>
This commit is contained in:
Yann Hamdaoui 2021-12-08 17:08:27 +01:00 committed by GitHub
parent 8fbc6b2ad5
commit 5bc7b912f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -389,7 +389,7 @@ see how typed and untyped code interact.
### Using typed code inside untyped code
I invite to you come back to our first love, the `filter` example. In the
I invite to you come back to our beloved `filter` example. In the
previous section, we included everything -- both the definition of `filter` and
the call site -- in a typed block. More realistically, `filter` would be a typed
library function (it is actually part of the stdlib as `lists.filter`), but is