make this comment correct
This commit is contained in:
parent
d51b4462ec
commit
9f6371236f
1 changed files with 4 additions and 3 deletions
|
@ -2958,9 +2958,10 @@ impl<'a> Parser<'a> {
|
||||||
|
|
||||||
/// This checks if this is a conflict marker, depending of the parameter passed.
|
/// This checks if this is a conflict marker, depending of the parameter passed.
|
||||||
///
|
///
|
||||||
/// * `>>>>>`
|
/// * `<<<<<<<`
|
||||||
/// * `=====`
|
/// * `|||||||`
|
||||||
/// * `<<<<<`
|
/// * `=======`
|
||||||
|
/// * `>>>>>>>`
|
||||||
///
|
///
|
||||||
pub(super) fn is_vcs_conflict_marker(
|
pub(super) fn is_vcs_conflict_marker(
|
||||||
&mut self,
|
&mut self,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue