We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73934b3 commit ae61a5eCopy full SHA for ae61a5e
DOCUMENTATION.mkd
@@ -29,7 +29,7 @@ tinycdb library reports an error.
29
Returns an iterator function.
30
31
## `cdb.make(destination, temporary)`
32
-Create a cdb maker. Upon calling `maker:finish(),` the temporary file will be
+Create a cdb maker. Upon calling `maker:finish()`, the temporary file will be
33
renamed to the destination, replacing it atomically. This function fails if the
34
temporary file already exists. If you allow maker to be garbage collected
35
without calling finish(), the temporary file will be left behind.
0 commit comments