spelling: dispose

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-10-13 12:30:04 -04:00
parent 96aab6902a
commit 55c4354ef2

View File

@@ -1243,7 +1243,7 @@ predicate implementsDispose(ValueOrRefType t) { getInvokedDisposeMethod(t).getDe
/**
* Gets the dispose method that will be invoked on a value `x`
* of type `t` when `x.Dipsose()` is called.
* of type `t` when `x.Dispose()` is called.
*
* Either the dispose method is (an override of) `IDisposable.Dispose()`,
* or an implementation of a method `Dispose(bool)` which is called