docs: Fix syntax error and deprecated string planes in types.md (#6332)

This commit is contained in:
Jonathan Tran
2025-04-15 13:42:24 -04:00
committed by GitHub
parent 599bd2d958
commit 941911ed30
4 changed files with 15 additions and 24 deletions

View File

@ -4497,8 +4497,8 @@ e
/// )
/// |> yLine(endAbsolute = 0)
/// |> close(%)
///
/// example = extrude(5, exampleSketch)
///
/// example = extrude(exampleSketch, length = 5)
/// ```
@(impl = std_rust)
export fn cos(num: number(rad)): number(_) {}"#;