File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 147147 { "from" : " MutableMeasure<Velocity<Distance>>" , "to" : " MutLinearVelocity" },
148148 { "from" : " MutableMeasure<Velocity<Angle>>" , "to" : " MutAngularVelocity" },
149149 { "from" : " MutableMeasure<Velocity<Velocity<Distance>>>" , "to" : " MutLinearAcceleration" },
150- { "from" : " MutableMeasure<Velocity<Velocity<Angle>>>" , "to" : " MutAngularAcceleration" }
150+ { "from" : " MutableMeasure<Velocity<Velocity<Angle>>>" , "to" : " MutAngularAcceleration" },
151151 { "from" : " Measure<(\\ w*)>" , "to" : " $1" },
152152 { "from" : " Measure<Velocity<Distance>>" , "to" : " LinearVelocity" },
153153 { "from" : " Measure<Velocity<Angle>>" , "to" : " AngularVelocity" },
154154 { "from" : " Measure<Velocity<Velocity<Distance>>>" , "to" : " LinearAcceleration" },
155155 { "from" : " Measure<Velocity<Velocity<Angle>>>" , "to" : " AngularAcceleration" },
156- { "from" : " MutableMeasure.zero\\ ((\\ w*)\\ )" , "to" : " $1.mutable(0)" },
156+ { "from" : " MutableMeasure.zero\\ ((\\ w*)\\ )" , "to" : " $1.mutable(0)" }
157157 ]
158158 }
159159]
You can’t perform that action at this time.
0 commit comments