Skip to content

Commit 8a29c45

Browse files
DA-1354 update: tutorial/markdown/c++/cxx-quickstart.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 6bc5594 commit 8a29c45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorial/markdown/c++/cxx-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ return {cluster, bucket, scope, col};
163163

164164

165165
## Operations
166-
Operations for interacting with the db are defined and implemented in `operations.h` and `operations.cpp`.
166+
Operations for interacting with the database are defined and implemented in `operations.h` and `operations.cpp`.
167167
### Insert Document
168168
Insert function is the equivalent of the POST request and can be used to insert new documents to the collection. We can pass the document to be inserted as a JSON string or as a JSON file path, the function takes in file_flag which is used to differentiate between the two.
169169
- The value gets converted to the type `tao::json::value` and inserts it to the collection if `file_flag=false`

0 commit comments

Comments
 (0)