You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by gl...@apache.org on 2019/03/18 08:31:58 UTC

[couchdb-nano] branch master updated: Fix typo (#143)

This is an automated email from the ASF dual-hosted git repository.

glynnbird pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-nano.git


The following commit(s) were added to refs/heads/master by this push:
     new 01e7781  Fix typo (#143)
01e7781 is described below

commit 01e7781301944c10ce598b7fa62b6e660bf42f22
Author: Björn Tegelund <b....@gmail.com>
AuthorDate: Mon Mar 18 17:31:54 2019 +0900

    Fix typo (#143)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5044b4f..bb173ea 100644
--- a/README.md
+++ b/README.md
@@ -283,7 +283,7 @@ class Person implements iPerson {
     this.dob = dob
   }
 
-  processAPIResponse(response: nano.DocumentInsertResponse) {
+  processAPIResponse(response: Nano.DocumentInsertResponse) {
     if (response.ok === true) {
       this._id = response.id
       this._rev = response.rev