Commit 168b9f3
committed
doc: fix composition order in Presieve.pullback docstring (leanprover-community#41573)
This PR fixes the `Presieve.pullback` docstring, which said the pullback of `R` along `f : X ⟶ Y` consists of all `g : Z ⟶ X` such that `f ≫ g` is in `R`; the definition uses `R (g ≫ f)`, and `f ≫ g` is not even well-typed, so the docstring now says `g ≫ f`.
Follow-up to [leanprover-community#40527 (feat(CategoryTheory/Sites): pushforward and pullback of presieves)](leanprover-community#40527).
🤖 Prepared with Claude Code1 parent 1a9188a commit 168b9f3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | | - | |
| 323 | + | |
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
| |||
0 commit comments