Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NQ-Ligo authored Oct 6, 2022
1 parent ffde629 commit e5db5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-mockup/coreunit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function CoreUnit()
---@deprecated CoreUnit.getWorldAirFrictionAngularAcceleration() is deprecated, use construct.getWorldAirFrictionAngularAcceleration() instead.
function self.getWorldAirFrictionAngularAcceleration() error("CoreUnit.getWorldAirFrictionAngularAcceleration() is deprecated, use construct.getWorldAirFrictionAngularAcceleration() instead.") end
---@deprecated CoreUnit.getSchematicInfo(schematicId) is deprecated, use construct.getSchematic(id) instead.
function self.getSchematicInfo(schematicId) error("CoreUnit.getSchematicInfo() is deprecated, use construct.getSchematic(id) instead.") end
function self.getSchematicInfo(schematicId) error("CoreUnit.getSchematicInfo() is deprecated, use System.getSchematic(id) instead.") end
---@deprecated CoreUnit.getAngularVelocity() is deprecated, use construct.getAngularVelocity() instead.
function self.getAngularVelocity() error("CoreUnit.getAngularVelocity() is deprecated, use construct.getAngularVelocity() instead.") end
---@deprecated CoreUnit.getWorldAngularVelocity() is deprecated, use construct.getWorldAngularVelocity() instead.
Expand Down

0 comments on commit e5db5b5

Please sign in to comment.