Skip to content

Commit af84fec

Browse files
authored
fix unbalanced comment (#515)
1 parent 15088ef commit af84fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2020-01-30-Rust-1.41.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ use `Box<T>`, for some specific `T`, while using `T*` in C for the
112112
corresponding function. As an example, on the C side you may have:
113113

114114
```c
115-
// C header */
115+
// C header
116116

117117
// Returns ownership to the caller.
118118
struct Foo* foo_new(void);

0 commit comments

Comments
 (0)