Skip to content

Commit ceef9cf

Browse files
committed
C#: Fix spelling error in ql doc.
1 parent 5b9ae5e commit ceef9cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/src/utils/model-generator/internal/CaptureTypeBasedSummaryModels.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ class TypeBasedFlowTargetApi extends Specific::TargetApiSpecific {
189189
* Gets the string representation of all type based summaries for `this`
190190
* inspired by the Theorems for Free approach.
191191
*
192-
* Examples could be (see C# psuedo code below)
192+
* Examples could be (see C# pseudo code below)
193193
* (1) `Get` returns a value of type `T`. We assume that the returned
194194
* value was fetched from a (synthetic) field.
195195
* (2) `Set` consumes a value of type `T`. We assume that the value is stored in

0 commit comments

Comments
 (0)