fix u6 typo
This commit is contained in:
parent
1c5f1ba1ed
commit
4758138665
|
@ -2,4 +2,4 @@ a::2*count
|
||||||
b::7*count-1
|
b::7*count-1
|
||||||
c::90-count*10
|
c::90-count*10
|
||||||
d::count*count
|
d::count*count
|
||||||
e::counter*counter + counter + 2
|
e::count*count + count + 2
|
||||||
|
|
Loading…
Reference in New Issue