Skip to content

Commit 3794614

Browse files
committed
comment fix
1 parent 8ae0eb2 commit 3794614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/process_all_documents.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ else
8484
local count = docs:LoadAll()
8585
print("got " .. count .. " documents")
8686
for doc in each(docs) do
87-
doc:SwitchTo(finale.FCString(file_name() .. " " .. doc.ID), true) -- true: save current changes (unless NoStore or HandlesUndo is true)
87+
doc:SwitchTo(finale.FCString(file_name() .. " " .. doc.ID), true) -- true: save current changes (unless NoStore is true)
8888
process_document(doc)
8989
doc:SwitchBack(true) -- true: changes successful (will be saved unless NoStore is true)
9090
end

0 commit comments

Comments
 (0)