1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-10-30 23:37:40 +02:00

fix Write comment

This commit is contained in:
3timeslazy
2019-10-21 18:30:04 +03:00
parent 8171b6e1ed
commit 892915c58d

View File

@@ -11,7 +11,7 @@ import (
)
// Write writes the given data into the file.
// @params path (String) - path to file to read from.
// @params path (String) - path to file to write into.
// @params data (Binary) - data to write.
// @params params (Object) optional - additional parameters:
// * mode (String):