Skip to content

Commit 5e15c7a

Browse files
committed
spelling: unspecified
Signed-off-by: Josh Soref <[email protected]>
1 parent fd562da commit 5e15c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/lib/semmle/code/csharp/Location.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class Version extends string {
125125

126126
/**
127127
* Gets the minor version, for example `3` in `1.2.3.4`.
128-
* If the minor version is unspecifed, then the result is `0`.
128+
* If the minor version is unspecified, then the result is `0`.
129129
*/
130130
bindingset[this]
131131
int getMinor() { result = this.getField(3) }

0 commit comments

Comments
 (0)