[core] Fix grammar in ComponentMarker docstring

This commit is contained in:
J. Nick Koston
2026-04-17 15:34:15 -05:00
parent 00f08ba6ed
commit 91b238aa97
+2 -2
View File
@@ -450,8 +450,8 @@ class ComponentMarker(Statement):
(e.g. ``cg.get_variable``) and re-schedule by priority, which
means a component's later statements can land between a different
component's earlier statements. This is semantically safe because
every statement placement-news into static storage or mutates a
global already declared at file scope."""
every statement either uses placement new into static storage or
mutates a global already declared at file scope."""
__slots__ = ("name",)