We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f88f796 commit c156d6aCopy full SHA for c156d6a
docs/language/learn-ql/ql-etudes/river-crossing-1.ql
@@ -76,7 +76,7 @@ class State extends string {
76
exists(int stepsSoFar, string pathSoFar, Cargo cargo |
77
result = this.reachesVia(pathSoFar, stepsSoFar).safeFerry(cargo) and
78
steps = stepsSoFar + 1 and
79
- // We expect a solution in 7 steps, but you can choose any value here.
+ // We expect a solution in 7 steps, but you can choose any value here.
80
steps <= 7 and
81
path = pathSoFar + "\n Ferry " + cargo
82
)
0 commit comments