docs(aggregators.starlark): corrected typo mentioning wrong func name (#12066)
This commit is contained in:
parent
4002abba2e
commit
eebe859ce6
|
|
@ -81,7 +81,7 @@ take any argument. The function will be called to reset the plugin, and doesn't
|
||||||
return anything.
|
return anything.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
def push():
|
def reset():
|
||||||
state.clear()
|
state.clear()
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue