File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
java/ql/src/utils/model-generator/internal Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -297,14 +297,14 @@ class TypeBasedFlowTargetApi extends Specific::TargetApiSpecific {
297
297
* Gets the string representation of all type based summaries for `this`
298
298
* inspired by the Theorems for Free approach.
299
299
*
300
- * Examples could be (see C# pseudo code below)
301
- * (1) `Get ` returns a value of type `T`. We assume that the returned
300
+ * Examples could be (see Java pseudo code below)
301
+ * (1) `get ` returns a value of type `T`. We assume that the returned
302
302
* value was fetched from a (synthetic) field.
303
- * (2) `Set ` consumes a value of type `T`. We assume that the value is stored in
303
+ * (2) `set ` consumes a value of type `T`. We assume that the value is stored in
304
304
* a (synthetic) field.
305
- * (3) `Apply <S>` is assumed to apply the provided function to a value stored in
305
+ * (3) `apply <S>` is assumed to apply the provided function to a value stored in
306
306
* a (synthetic) field and return the result.
307
- * (4) `Apply <S1,S2>` is assumed to apply the provided function to provided value
307
+ * (4) `apply <S1,S2>` is assumed to apply the provided function to provided value
308
308
* and return the result.
309
309
* ```java
310
310
* public class MyGeneric<T> {
You can’t perform that action at this time.
0 commit comments