fixing a typo in the previous commit
This commit is contained in:
parent
cede8fc578
commit
11c9e32f28
|
@ -98,7 +98,7 @@ using namespace LiveSupport::Core;
|
|||
*
|
||||
* The playlistId parameter is a string containing the hexadecimal value of
|
||||
* the playlist ID.
|
||||
* It is up to 32 characters long, representing a value between 0 and 2^31-1,
|
||||
* It is up to 8 characters long, representing a value between 0 and 2^31-1,
|
||||
* inclusive.
|
||||
*
|
||||
* In case of an error, a standard XML-RPC fault response is generated,
|
||||
|
|
|
@ -95,7 +95,7 @@ using namespace LiveSupport::Core;
|
|||
*
|
||||
* The audioClipId parameter is a string containing the hexadecimal value of
|
||||
* the audio clip ID.
|
||||
* It is up to 32 characters long, representing a value between 0 and 2^31-1,
|
||||
* It is up to 8 characters long, representing a value between 0 and 2^31-1,
|
||||
* inclusive.
|
||||
*
|
||||
* In case of an error, a standard XML-RPC fault response is generated,
|
||||
|
|
|
@ -83,7 +83,7 @@ using namespace LiveSupport::Core;
|
|||
*
|
||||
* The playlistId parameter is a string containing the hexadecimal value of
|
||||
* the playlist ID.
|
||||
* It is up to 32 characters long, representing a value between 0 and 2^31-1,
|
||||
* It is up to 8 characters long, representing a value between 0 and 2^31-1,
|
||||
* inclusive.
|
||||
*
|
||||
* If the upload is successful, the method returns an XML-RPC structure with
|
||||
|
|
Loading…
Reference in New Issue