Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-16601

Missing comma in appendOplogNote command example

      Missing comma in appendOplogNote command in page https://www.mongodb.com/docs/manual/reference/command/appendOplogNote/

      It should have one "," after appendOplogNote: 1 

      db.adminCommand(
         {
            appendOplogNote: 1
            data: {
               msg: "Appending test msg to oplog"
            }
         }
      )
      

            Assignee:
            jason.price@mongodb.com Jason Price
            Reporter:
            greg.zhang@mongodb.com Greg Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              22 weeks, 3 days ago