From a70e33486aa2597f241633570dd0320d8fcce8cb Mon Sep 17 00:00:00 2001 From: xxahmxx Date: Mon, 24 Sep 2018 23:04:02 +0200 Subject: [PATCH] Missing examples label in "On this page" section Changing header level of "Examples", to be visible in On this page section --- source/reference/method/db.collection.findOneAndUpdate.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/method/db.collection.findOneAndUpdate.txt b/source/reference/method/db.collection.findOneAndUpdate.txt index bf1f2ad43f8..f1f5b35d5ea 100644 --- a/source/reference/method/db.collection.findOneAndUpdate.txt +++ b/source/reference/method/db.collection.findOneAndUpdate.txt @@ -94,7 +94,7 @@ If the operation results in an upsert, the collection must already exist. .. _findOneAndUpdate-examples: Examples -~~~~~~~~ +---------- .. _findOneAndUpdate-example-replace-document: