Commit 0ce75b0
committed
doc: fix typos in SimplicialSet docstrings (leanprover-community#41571)
This PR fixes four docstring typos in `Mathlib/AlgebraicTopology/SimplicialSet/`: "simplcial" → "simplicial" in `Nonsingular.iso`, the broken code reference `s : X : N` → `s : X.N` (plus a missing final period) in `N.toSemiSimplexCategory`, a stray trailing semicolon in `stdSimplex.fullyFaithful`, and "the colimit of the its monogenous subcomplexes" → "the colimit of its monogenous subcomplexes" in `isColimitCoconeN`.
Follow-up to [leanprover-community#40254 (feat(AlgebraicTopology): nonsingular simplicial set is colimit of standard simplices)](leanprover-community#40254).
🤖 Prepared with Claude Code1 parent f041774 commit 0ce75b0
4 files changed
Lines changed: 4 additions & 4 deletions
File tree
- Mathlib/AlgebraicTopology/SimplicialSet
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments