Skip to content

Commit 5060756

Browse files
committed
Fix typo in comment
1 parent 12d602b commit 5060756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class Assembly extends Location, Attributable, @assembly {
172172
/** Gets the version of this assembly. */
173173
Version getVersion() { assemblies(this, _, _, _, result) }
174174

175-
/** Gets the compilation producing this assembly if any. */
175+
/** Gets the compilation producing this assembly, if any. */
176176
Compilation getCompilation() { compilation_assembly(result, this) }
177177

178178
override File getFile() { assemblies(this, result, _, _, _) }

0 commit comments

Comments
 (0)