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:
parent
62dd3674bc
commit
4b82bb6d82
|
|
@ -6,7 +6,7 @@
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
///
|
///
|
||||||
/// /file
|
/// \file
|
||||||
/// This file defines the SmallVector class.
|
/// This file defines the SmallVector class.
|
||||||
///
|
///
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue