Fix Typo in SmallVector doc

Replace forward slash with backward slash.

Reviewed By: kiranchandramohan

Differential Revision: https://reviews.llvm.org/D120930
This commit is contained in:
Jake Vossen 2022-04-01 03:38:14 +00:00 committed by Kiran Chandramohan
parent 62dd3674bc
commit 4b82bb6d82
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
//
//===----------------------------------------------------------------------===//
///
/// /file
/// \file
/// This file defines the SmallVector class.
///
//===----------------------------------------------------------------------===//