Consistently use () for function calls in release notes
authorMagnus Hagander
Mon, 26 Jun 2017 13:32:21 +0000 (15:32 +0200)
committerMagnus Hagander
Mon, 26 Jun 2017 13:35:06 +0000 (15:35 +0200)
doc/src/sgml/release-10.sgml

index a5e6b144f3de32eb97470a5a8596ebacf4f6e0e0..8b1b66d874171c012c5034c3fc2c78caf334b07a 100644 (file)
 
        
         This is accessed via ts_headline() and
-        to_tsvector.
+        to_tsvector().
        
       
 
 -->
       
        Improve 
-       linkend="functions-json-processing-table">json_populate_record
+       linkend="functions-json-processing-table">json_populate_record()
        and friends operate recursively (Nikita Glukhov)