diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-29 10:47:25 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-29 10:47:25 +0200 |
commit | 9db0b6603a4144b35615943031b4ca31c8c2b63f (patch) | |
tree | d0a396e671abf3328db2f38000f8dd72ead95365 /wrap-json.md | |
parent | 0bca3748692ae2441be6d0fef2b5677ff2a4f340 (diff) |
MD linting
Change-Id: Iea7fb484aa13d4cba0e27bef06592218710f7c8a
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'wrap-json.md')
-rw-r--r-- | wrap-json.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/wrap-json.md b/wrap-json.md index 92940f1..131b7aa 100644 --- a/wrap-json.md +++ b/wrap-json.md @@ -2,7 +2,7 @@ WRAP-JSON facility ================== The facility wrap-json is based on the pack/unpack API on the -libray jansson. The two chapters below are copied from the +library jansson. The two chapters below are copied from the documentation of jansson library copyrighted by Petri Lehtinen (see at end). @@ -279,7 +279,6 @@ Examples: "bar", &myint2, &myint3); /* myint1, myint2 or myint3 is no touched as "foo" and "bar" don't exist */ - Copyright --------- @@ -302,4 +301,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - |