Add blank line before list so it lays out properly.

This commit is contained in:
Rand McKinney 2013-12-06 10:20:34 -08:00
parent 52026fc55c
commit 0a269b83c5
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ Multiple arguments, specified as an array:
**HTTP mapping of input arguments** **HTTP mapping of input arguments**
There are two ways to specify HTTP mapping for input parameters (what the method accepts): There are two ways to specify HTTP mapping for input parameters (what the method accepts):
* Provide an object with a `source` property * Provide an object with a `source` property
* Specify a custom mapping function * Specify a custom mapping function