We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd562da commit 5e15c7aCopy full SHA for 5e15c7a
csharp/ql/lib/semmle/code/csharp/Location.qll
@@ -125,7 +125,7 @@ class Version extends string {
125
126
/**
127
* Gets the minor version, for example `3` in `1.2.3.4`.
128
- * If the minor version is unspecifed, then the result is `0`.
+ * If the minor version is unspecified, then the result is `0`.
129
*/
130
bindingset[this]
131
int getMinor() { result = this.getField(3) }
0 commit comments