diff --git a/reference/mongodb/bson/binary/construct.xml b/reference/mongodb/bson/binary/construct.xml
index 97a3c30f53..d94ed67b5c 100644
--- a/reference/mongodb/bson/binary/construct.xml
+++ b/reference/mongodb/bson/binary/construct.xml
@@ -33,7 +33,7 @@
type (integer)
- Binary type.
+ Unsigned 8-bit integer denoting the data's type.
@@ -44,9 +44,37 @@
&reftitle.errors;
&mongodb.throws.argumentparsing;
+ Throws MongoDB\Driver\Exception\InvalidArgumentException if type is not an unsigned 8-bit integer.
+
+ &reftitle.changelog;
+
+
+
+
+
+ &Version;
+ &Description;
+
+
+
+
+ 1.1.3
+
+
+ MongoDB\Driver\Exception\InvalidArgumentException
+ is thrown if type is not an unsigned 8-bit
+ integer.
+
+
+
+
+
+
+
+
&reftitle.examples;