From 0aa73ba456c0c643b5643a2bd2b1a2567d5d1175 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Mon, 8 Feb 2016 17:08:54 -0800 Subject: [PATCH] rippled - fix typos --- content/rippled.md | 4 ++-- rippled-apis.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/rippled.md b/content/rippled.md index 2e80a2e467..a9c9521043 100644 --- a/content/rippled.md +++ b/content/rippled.md @@ -73,7 +73,7 @@ If you plan on making multiple requests, use [Keep-Alives](http://tools.ietf.org Send request body as a [JSON](http://www.w3schools.com/json/) object with the following attributes: * Put the command in the top-level `"method"` field -* Include a top-level `"params"` field. The contents of this field should be **a one-item array** where the one items is a nested JSON object with all the parameters for the command. +* Include a top-level `"params"` field. The contents of this field should be **a one-item array** containing only a nested JSON object with all the parameters for the command. The response is also a JSON object. @@ -998,7 +998,7 @@ Each trust-line object has some combination of the following fields: | no\_ripple | Boolean | (May be omitted) `true` if this account has enabled the [NoRipple flag](https://ripple.com/knowledge_center/understanding-the-noripple-flag/) for this line. If omitted, that is the same as `false`. | | no\_ripple\_peer | Boolean | (May be omitted) `true` if the peer account has enabled the [NoRipple flag](https://ripple.com/knowledge_center/understanding-the-noripple-flag/). If omitted, that is the same as `false`. | | freeze | Boolean | (May be omitted) `true` if this account has [frozen](freeze.html) this trust line. If omitted, that is the same as `false`. | -| freeze\_peer | (May be omitted) `true` if the peer account has [frozen](freeze.html) this trust line. If omitted, that is the same as `false`. | +| freeze\_peer | Boolean | (May be omitted) `true` if the peer account has [frozen](freeze.html) this trust line. If omitted, that is the same as `false`. | #### Possible Errors #### diff --git a/rippled-apis.html b/rippled-apis.html index f3669cda1f..fa75eb5761 100644 --- a/rippled-apis.html +++ b/rippled-apis.html @@ -199,7 +199,7 @@

Send request body as a JSON object with the following attributes:

The response is also a JSON object.

Public Servers

@@ -1367,8 +1367,8 @@ rippled account_info r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59 true freeze_peer +Boolean (May be omitted) true if the peer account has frozen this trust line. If omitted, that is the same as false. -