Skip to content

Commit c0a316b

Browse files
author
Peter Vaiko
committed
doc: comment typos fixed
1 parent 1267610 commit c0a316b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Exporter.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ function Exporter:init(fieldworkCourse)
66
self.fieldworkCourse = fieldworkCourse
77
end
88

9-
--- Export a headland as a CSV file. Only includes the given headland, without the
10-
---@param headlandNumber number The headland to export, 1 ist the outermost
9+
--- Export a headland as a CSV file. Only includes the given headland, without the connecting path or transitions.
10+
---@param headlandNumber number The headland to export, 1 is the outermost
1111
---@param filename string The filename to save the CSV file as, under the export/ directory
1212
function Exporter:exportHeadlandAsCsv(headlandNumber, filename)
1313
local file = io.open('export/' .. filename, 'w')

0 commit comments

Comments
 (0)