Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96aab69 commit 55c4354Copy full SHA for 55c4354
1 file changed
csharp/ql/lib/semmle/code/csharp/frameworks/System.qll
@@ -1243,7 +1243,7 @@ predicate implementsDispose(ValueOrRefType t) { getInvokedDisposeMethod(t).getDe
1243
1244
/**
1245
* Gets the dispose method that will be invoked on a value `x`
1246
- * of type `t` when `x.Dipsose()` is called.
+ * of type `t` when `x.Dispose()` is called.
1247
*
1248
* Either the dispose method is (an override of) `IDisposable.Dispose()`,
1249
* or an implementation of a method `Dispose(bool)` which is called
0 commit comments