Skip to content

Commit 696d6be

Browse files
authored
chore(docs): minor typo fix (#62)
1 parent f603d97 commit 696d6be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ec-gpu/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pub trait GpuName {
55
/// To make the uniqueness easier to implement, use the [`name`] macro. It produces a unique
66
/// name, based on the module path and the type of the item itself. That identifier might not
77
/// be stable across different versions of a crate, but this is OK as kernel sources/binaries
8-
/// are always bundled with a library and not re-used between versions.
8+
/// are always bundled with a library and not reused between versions.
99
///
1010
/// # Example
1111
///

0 commit comments

Comments
 (0)