Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
saintentropy committed Oct 22, 2023
1 parent 9db3562 commit c8c3eb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Libraries/CoreNodes/Data.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ private static object DynamoJObjectToNative(JObject jObject)
case "autodesk.geometry:boundingbox3d-1.0.0":
return BoundingBox.FromJson(jObject.ToString());

case "dynamo.goemetry:mesh-1.0.0":
case "dynamo.geometry:mesh-1.0.0":
return Mesh.FromJson(jObject.ToString());

//types supported by Goemetry.FromJson
case "autodesk.math:point3d-1.0.0":
case "dynamo.geometry:sab-1.0.0":
case "dynamo.goemetry:tsm-1.0.0":
case "dynamo.geometry:tsm-1.0.0":
case "dynamo.geometry:rectangle-1.0.0":
case "dynamo.geometry:cuboid-1.0.0":
case "dynamo.geometry:solid-1.0.0":
Expand Down

0 comments on commit c8c3eb9

Please sign in to comment.