chore: update Topological.lean (#4853)

minor fix
This commit is contained in:
Ikko Eltociear Ashimine 2024-07-28 03:14:42 +09:00 committed by GitHub
parent 906bc583c5
commit 15bf41cd67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ In this section, we define the primitives that make up a builder.
A dependently typed monadic *fetch* function.
That is, a function within the monad `m` and takes an input `a : α`
describing what to fetch and and produces some output `b : β a` (dependently
describing what to fetch and produces some output `b : β a` (dependently
typed) or `b : B` (not) describing what was fetched. All build functions are
fetch functions, but not all fetch functions need build something.
-/