Updated manual

This commit is contained in:
Mattia Giambirtone 2022-12-15 15:23:31 +01:00
parent 8092f28cde
commit f0c4d1c152
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ escape the safety of the type system (for example, calling `add` with `string`s,
may not be what you want).
Since the goal for peon is to not constrain the developer into one specific programming paradigm,
peon also implements a secondary, different, generic mechanism using the `auto` type. The above code
it also implements a secondary, different, generic mechanism using the `auto` type. The above code
could be rewritten to work as follows:
```