Hussain Towaileb has uploaded a new change for review.

  https://asterix-gerrit.ics.uci.edu/3042

Change subject: [ASTERIXDB-2451][DOC] Fix object_unwrap() documentation
......................................................................

[ASTERIXDB-2451][DOC] Fix object_unwrap() documentation

- user model changes: no
- storage format changes: no
- interface changes: no

Details:
- Fixed the documentation for object_unwrap function.

Change-Id: Id5822a51e49676dcd9aae35455d2e19fb6dfee07
---
M asterixdb/asterix-doc/src/main/markdown/builtins/8_record.md
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb 
refs/changes/42/3042/1

diff --git a/asterixdb/asterix-doc/src/main/markdown/builtins/8_record.md 
b/asterixdb/asterix-doc/src/main/markdown/builtins/8_record.md
index 187f04c..2bcdb3e 100644
--- a/asterixdb/asterix-doc/src/main/markdown/builtins/8_record.md
+++ b/asterixdb/asterix-doc/src/main/markdown/builtins/8_record.md
@@ -356,10 +356,10 @@
           "location": {"city": "Irvine", "state": "CA"}
         }
 
-### object_wrap ###
+### object_unwrap ###
  * Syntax:
 
-        object_wrap(input_object)
+        object_unwrap(input_object)
 
  * Returns the value of the single name-value pair that appears in 
`input_object`.
  * Arguments:
@@ -372,7 +372,7 @@
 
  * Example:
 
-        object_wrap(
+        object_unwrap(
                      {
                        "id": 1
                      }

-- 
To view, visit https://asterix-gerrit.ics.uci.edu/3042
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id5822a51e49676dcd9aae35455d2e19fb6dfee07
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Hussain Towaileb <hussai...@gmail.com>

Reply via email to