Skip to content

Commit b362fa9

Browse files
committed
Make a cosmetic adjustment
1 parent 5938db1 commit b362fa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ extern crate libc;
1212

1313
use libc::{c_char, c_double, c_float, c_int};
1414

15-
/// A complex number with 64-bit parts
15+
/// A complex number with 64-bit parts.
1616
#[allow(bad_style)]
1717
pub type c_double_complex = [libc::c_double; 2];
1818

19-
/// A complex number with 32-bit parts
19+
/// A complex number with 32-bit parts.
2020
#[allow(bad_style)]
2121
pub type c_float_complex = [libc::c_float; 2];
2222

0 commit comments

Comments
 (0)