Uploaded image for project: 'Couchbase .NET client library'
  1. Couchbase .NET client library
  2. NCBC-728

Typo in Hello Couchbase example

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • Major
    • 2.0.1
    • 2.0 Beta 2
    • docs
    • None
    • TP Sprint 16

    Description

      Received this report via email from Koichi <w25739@scsk.jp>:

      We found Typo in following page
      http://docs.couchbase.com/developer/dotnet-2.0/hello-couchbase.html

      in “Storing a document” sample code…

      [typo 1]
      Content = new
      Should be
      Value = new

      [typo 2]
      var msg = string.Format("

      {0} {1}!", document.Id, document.Content.Name);
      Should be
      var msg = string.Format("{0}

      {1}

      !", document.Id, document.Value.name);

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            akurtzman Amy Kurtzman (Inactive)
            akurtzman Amy Kurtzman (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty