Merge pull request #1180 from laenzlinger/master

Fix docu: type of struct returned by nut_info()
This commit is contained in:
Revar Desmera
2023-05-30 00:06:43 -07:00
committed by GitHub

View File

@@ -1884,7 +1884,7 @@ function screw_info(name, head, drive, thread, drive_size, shaft_oversize, head_
// .
// Field | What it is
// ------------------ | ---------------
// "type" | Always set to "screw_info"
// "type" | Always set to "nut_info"
// "system" | Either `"UTS"` or `"ISO"` (used for correct tolerance computation).
// "origin" | Module that created the structure
// "name" | Name used to specify threading, such as "M6" or "#8"