Update docs

This commit is contained in:
Manav Rathi
2024-08-06 15:30:38 +05:30
parent 962a260e4b
commit 9ceae94071

View File

@@ -343,8 +343,8 @@ interface RemoteMagicMetadata {
/**
* Monotonically increasing iteration of this metadata object.
*
* The version starts at 1. Each time a client updates the underlying magic
* metadata JSONs for a file, it increments this version number.
* The version starts at 1. Remote increments this version number each time
* a client updates the corresponding magic metadata field for the file.
*/
version: number;
/**