Skip to content

Commit

Permalink
Finish typos integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Tudyx committed Sep 5, 2023
1 parent b191555 commit 8fa0516
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions _typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[files]
extend-exclude = ["examples/image/*"]
2 changes: 1 addition & 1 deletion src/indexable/dataloader/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use super::DataLoader;

/// Basic builder for creating dataloader from a type that implement `IntoIterator`.
/// add a dataloader for all type that implement `IntoIterator`.
/// If the iterator `Item` is not supported by default collate, you must provid your own collate function
/// If the iterator `Item` is not supported by default collate, you must provide your own collate function
#[must_use]
#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Hash, Ord)]
pub struct Builder<D, S = SequentialSampler, C = DefaultCollate>
Expand Down

0 comments on commit 8fa0516

Please sign in to comment.