Skip to content

Commit ba5b991

Browse files
committed
Minor doc fix
1 parent ec845df commit ba5b991

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ impl Enum {
456456
assert_eq!(Enum::A(A).get_toto(), <A as WithConst>::TOTO);
457457
```
458458

459-
### Delegate fields
459+
### Delegate to fields
460460
```rust
461461
use delegate::delegate;
462462

@@ -496,8 +496,8 @@ impl DatumWrapper {
496496

497497
## Development
498498

499-
This project utilizes a standard test suite for quality control, as well as a set
500-
of "expansion" tests that utilize the `macrotest` crate to ensure the macro expands
499+
This project uses a standard test suite for quality control, as well as a set of
500+
"expansion" tests that utilize the `macrotest` crate to ensure the macro expands
501501
as expected. PRs implementing new features should add both standard and expansion
502502
tests where appropriate.
503503

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@
435435
//! assert_eq!(Enum::A(A).get_toto(), <A as WithConst>::TOTO);
436436
//! ```
437437
//!
438-
//! - Delegate fields
438+
//! - Delegate to fields
439439
//! ```rust
440440
//! use delegate::delegate;
441441
//!

0 commit comments

Comments
 (0)