This commit is contained in:
hdeng-apple
2025-04-29 22:26:05 +08:00
committed by GitHub
parent 99b9868859
commit 167b759a38
10 changed files with 13 additions and 13 deletions

View File

@@ -356,7 +356,7 @@ class array {
}
enum Status {
// The ouptut of a computation which has not been scheduled.
// The output of a computation which has not been scheduled.
// For example, the status of `x` in `auto x = a + b`.
unscheduled,