Skip to content

Commit 4f298c9

Browse files
committed
Joined sentences in implementations.md
1 parent 60909de commit 4f298c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/items/implementations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ The associated item has a path of a path to the implementing type followed by
2424
the associate item's path component. Inherent implementations cannot contain
2525
associated type aliases.
2626

27-
A type can also have multiple inherent implementations. Although the
28-
implementing type must be defined within the same crate.
27+
A type can also have multiple inherent implementations but the implementing type
28+
must be defined within the same crate.
2929

3030
```rust
3131
struct Point {x: i32, y: i32}

0 commit comments

Comments
 (0)