Fix description of angleToMatchLengthX (#4467)
* fix description of angleToMatchLengthX * Update docs * A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu-latest-8-cores) * update doc regen instructions * A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu-latest-8-cores) * Re-run CI after snapshots --------- Co-authored-by: Adam Chalmers <adam.chalmers@zoo.dev> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Frank Noirot <frank@kittycad.io>
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
---
|
||||
title: "angleToMatchLengthX"
|
||||
excerpt: "Compute the angle (in degrees) in o"
|
||||
excerpt: "Returns the angle to match the given length for x."
|
||||
layout: manual
|
||||
---
|
||||
|
||||
Compute the angle (in degrees) in o
|
||||
Returns the angle to match the given length for x.
|
||||
|
||||
|
||||
|
||||
|
||||
@ -75,7 +75,7 @@
|
||||
},
|
||||
{
|
||||
"name": "angleToMatchLengthX",
|
||||
"summary": "Compute the angle (in degrees) in o",
|
||||
"summary": "Returns the angle to match the given length for x.",
|
||||
"description": "",
|
||||
"tags": [],
|
||||
"args": [
|
||||
|
||||
Reference in New Issue
Block a user