Skip to content

Commit e0193f8

Browse files
committed
Fixed spelling
1 parent b417436 commit e0193f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csharp/ql/lib/experimental/quantum/Language.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ class InsecureRandomnessSource extends RandomnessSource {
145145
}
146146

147147
/**
148-
* An instance of random number generation, modelled as the expression
149-
* tied to an output node (i.e., the RNG output)
148+
* An instance of random number generation, modeled as the expression tied to an
149+
* output node (i.e., the RNG output)
150150
*/
151151
abstract class RandomnessInstance extends Crypto::RandomNumberGenerationInstance {
152152
override DataFlow::Node getOutputNode() { result.asExpr() = this }

0 commit comments

Comments
 (0)