mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
spelling: dispose
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user