style and wording fixes
[mdref/mdref-http] / http / QueryString.md
index 9f4f0d198e02d0eb78217f1b287ceed1dc40e447..a547b1c624d84086df4eff85435f8c993b6d8a35 100644 (file)
@@ -20,9 +20,9 @@ The http\QueryString class provides versatile facilities to retrieve, use and ma
 
 ## Properties:
 
-* private $instance = NULL  
+* private http\QueryString $instance = NULL  
   The global instance. See http\QueryString::getGlobalInstance().
-* private $queryArray = NULL  
-  The data array.
+* private array $queryArray = NULL  
+  The data.