Skip to content

Fix '#[loca]' typo to '#[local]' in continuous_path.v#1950

Open
mvanhorn wants to merge 1 commit intomath-comp:masterfrom
mvanhorn:osc/1945-fix-loca-typo
Open

Fix '#[loca]' typo to '#[local]' in continuous_path.v#1950
mvanhorn wants to merge 1 commit intomath-comp:masterfrom
mvanhorn:osc/1945-fix-loca-typo

Conversation

@mvanhorn
Copy link
Copy Markdown

Fixes #1945.

The attribute on Lemma fphi_one in theories/homotopy_theory/continuous_path.v:119 was written as #[loca] instead of #[local]. The neighboring fphi_zero and fphi_cts lemmas are both correctly marked #[local], so without this fix fphi_one is the only one of the three that is not actually scoped to the section.

The attribute on Lemma fphi_one was written as '#[loca]' instead of
'#[local]', so unlike the neighboring fphi_zero and fphi_cts lemmas,
fphi_one was not actually marked local.

Fixes math-comp#1945.
@affeldt-aist
Copy link
Copy Markdown
Member

Thanks, I am responsible for the typo. Will merge as soon as the CI is green.

@affeldt-aist affeldt-aist mentioned this pull request Apr 24, 2026
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

typo

2 participants