Commit 607e15b
Fix typo in AsyncLazyValueState::cancalledError -> cancelledError
Summary:
The method name was misspelled as "cancalledError" (transposed 'a' and 'l')
while the member variable it returns (cancelled_error_) and the Python class
it wraps (asyncio.CancelledError) are both correctly spelled.
Reviewed By: yoney
Differential Revision: D94926828
fbshipit-source-id: c284479a098b0341bd91ef9f73d0d0db8791188b1 parent 8a9b437 commit 607e15b
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
491 | | - | |
| 491 | + | |
492 | 492 | | |
493 | 493 | | |
494 | 494 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments