From 9a96ae603637fecb5d94e8a73b1d9a0a7fb819ec Mon Sep 17 00:00:00 2001 From: HorimotoYasuhiro Date: Wed, 16 Aug 2017 22:55:55 +0900 Subject: [PATCH] Fix a typo in plasma.md --- cpp/apidoc/tutorials/plasma.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/apidoc/tutorials/plasma.md b/cpp/apidoc/tutorials/plasma.md index 9911546ed5c..9fc4175c64b 100644 --- a/cpp/apidoc/tutorials/plasma.md +++ b/cpp/apidoc/tutorials/plasma.md @@ -183,7 +183,7 @@ You can also specify metadata for the object; the third argument is the metadata (as raw bytes) and the fourth argument is the size of the metadata. ```cpp -// Create a Plasma object without metadata. +// Create a Plasma object with metadata. int64_t data_size = 100; std::string metadata = "{'author': 'john'}"; uint8_t* data;