317 | @@ -318,7 +318,8 @@ UniValue createrawtransaction(const JSONRPCRequest& request)
318 | " ,...\n"
319 | " }\n"
320 | "3. locktime (numeric, optional, default=0) Raw locktime. Non-0 value also locktime-activates inputs\n"
321 | - "4. optintorbf (boolean, optional, default=false) Allow this transaction to be replaced by a transaction with higher fees. If provided, it is an error if explicit sequence numbers are incompatible.\n"
322 | + "4. replaceable (boolean, optional, default=false) Marks this transaction as BIP125 replaceable.\n"
323 | + " Allowing this transaction to be replaced by a transaction with higher fees. If provided, it is an error if explicit sequence numbers are incompatible.\n"
I think Allow or Allows is better than Allowing.