Fix typo in mjcPhysics MjcMaterialAPI

PiperOrigin-RevId: 783750052
Change-Id: Ib829ae7ead7a33572e94ee0fe221da778b623f10
This commit is contained in:
Sam Haves
2025-07-16 07:30:02 -07:00
committed by Copybara-Service
parent 549a21c9c2
commit 3cc8d7f58a
3 changed files with 3 additions and 3 deletions
@@ -40,7 +40,7 @@ class SdfAssetPath;
/// \class MjcPhysicsMaterialAPI
///
/// API providing extension attributes to represent physicsl MuJoCo materials.
/// API providing extension attributes to represent physical MuJoCo materials.
///
class MjcPhysicsMaterialAPI : public UsdAPISchemaBase {
public:
@@ -528,7 +528,7 @@ class "MjcJointAPI" (
}
class "MjcMaterialAPI" (
doc = "API providing extension attributes to represent physicsl MuJoCo materials."
doc = "API providing extension attributes to represent physical MuJoCo materials."
)
{
uniform double mjc:rollingfriction = 0.0001 (
+1 -1
View File
@@ -1017,7 +1017,7 @@ class "MjcMaterialAPI"
customData = {
string className = "MaterialAPI"
}
doc = """API providing extension attributes to represent physicsl MuJoCo materials."""
doc = """API providing extension attributes to represent physical MuJoCo materials."""
inherits = </APISchemaBase>
)