From 064428a025dbf6093c3d03eb1aabcd9a613cca64 Mon Sep 17 00:00:00 2001 From: Qingyang Hu Date: Thu, 10 Aug 2023 19:38:20 -0400 Subject: [PATCH] fix typo --- x/mongo/driver/operation/drop_search_index.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/mongo/driver/operation/drop_search_index.go b/x/mongo/driver/operation/drop_search_index.go index bf079b3ce9..25cde8154b 100644 --- a/x/mongo/driver/operation/drop_search_index.go +++ b/x/mongo/driver/operation/drop_search_index.go @@ -1,4 +1,4 @@ -// Copyright (C) MongoDB, Inc. 2019-present. +// Copyright (C) MongoDB, Inc. 2023-present. // // Licensed under the Apache License, Version 2.0 (the "License"); you may // not use this file except in compliance with the License. You may obtain