Skip to content

Commit 0ad6c88

Browse files
authored
chore: remove redundant words (tracel-ai#3770)
Signed-off-by: juejinyuxitu <[email protected]>
1 parent 47b5fe8 commit 0ad6c88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/burn-tensor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
This library provides the core abstractions required to run tensor operations with Burn.
99

1010
`Tensor`s are generic over the backend to allow users to perform operations using different
11-
`Backend` implementations. Burn's tensors also support support auto-differentiation thanks to the
11+
`Backend` implementations. Burn's tensors also support auto-differentiation thanks to the
1212
`AutodiffBackend` trait.

crates/burn-tensor/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
//! This library provides the core abstractions required to run tensor operations with Burn.
66
//! `Tensor`s are generic over the backend to allow users to perform operations using different `Backend` implementations.
7-
//! Burn's tensors also support support auto-differentiation thanks to the `AutodiffBackend` trait.
7+
//! Burn's tensors also support auto-differentiation thanks to the `AutodiffBackend` trait.
88
99
#[macro_use]
1010
extern crate derive_new;

0 commit comments

Comments
 (0)