Skip to content

Commit 76b63ad

Browse files
committed
fix doc
1 parent 77dd769 commit 76b63ad

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@ Snippets which trigger ends with "!" are `autosnippet`.
3535

3636
#### Normal Snippets
3737

38-
| Trig | Desc | Context Required |
39-
| :--------: | ------------------------------------------------------------------------------------------------ | :--------------: |
40-
| `ctor!` | Expand to default constructor | In Class |
41-
| `dtor!` | Expand to default destructor | In Class |
42-
| `cc!` | Expand to default copy constructor | In Class |
43-
| `mv!` | Expand to default move constructor | In Class |
44-
| `ncc!` | Expand to delete copy constructor | In Class |
45-
| `nmv!` | Expand to delete move constructor | In Class |
46-
| `ncm!` | Expand to delete copy and move constructor | In Class |
47-
| `fn` | Expand to lambda function in argument list or function body, otherwise expand to normal function | No |
48-
| `\| trans` | Expand to ranges::views::transform pipe. | No |
49-
| `\| filter` | Expand to ranges::views::filter pipe. | No |
50-
| `cpo` | Expand to customize point object. | No |
38+
| Trig | Desc | Context Required |
39+
| :--------: | ------------------------------------------------------------------------------------------------ | :--------------: |
40+
| `ctor!` | Expand to default constructor | In Class |
41+
| `dtor!` | Expand to default destructor | In Class |
42+
| `cc!` | Expand to default copy constructor | In Class |
43+
| `mv!` | Expand to default move constructor | In Class |
44+
| `ncc!` | Expand to delete copy constructor | In Class |
45+
| `nmv!` | Expand to delete move constructor | In Class |
46+
| `ncm!` | Expand to delete copy and move constructor | In Class |
47+
| `fn` | Expand to lambda function in argument list or function body, otherwise expand to normal function | No |
48+
| `\|trans` | Expand to ranges::views::transform pipe. | No |
49+
| `\|filter` | Expand to ranges::views::filter pipe. | No |
50+
| `cpo` | Expand to customize point object. | No |
5151

5252
#### Postfix Snippets
5353

0 commit comments

Comments
 (0)