Skip to content

Commit 0dd12b1

Browse files
xitepiffyio
andauthored
Update src/parser/merge.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent 5bd6ed4 commit 0dd12b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/merge.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// See the License for the specific language governing permissions and
1111
// limitations under the License.
1212

13-
//! SQL Parser for MERGE
13+
//! SQL Parser for a `MERGE` statement
1414
1515
#[cfg(not(feature = "std"))]
1616
use alloc::{boxed::Box, format, string::ToString, vec, vec::Vec};

0 commit comments

Comments
 (0)