Skip to content

Commit 52a30cf

Browse files
committed
Update comments
1 parent 4de024a commit 52a30cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/haystack/encoding/decode_ref_dis_factory.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ use std::sync::RwLock;
66
/// Enables display values to be injected into decoded Ref objects.
77
///
88
/// This is used to handle the case whereby pre-calculated display
9-
/// names for Refs need to be utilized when encoding/decoding haystack data.
9+
/// names for Refs need to be utilized when decoding haystack data.
1010
///
1111
/// Please note, the return type is a `Cow<str>`. At some point we'll make `Ref` a little
12-
/// more flexible regarding how it holds its display data and hence its usage.
12+
/// more flexible regarding how it holds its display data.
1313
type RefDisFactoryFunc<'a> = Box<dyn Fn(&str, Option<&str>) -> Option<Cow<'a, str>> + Send + Sync>;
1414

1515
/// Holds the Ref factory function used for creating Refs.

0 commit comments

Comments
 (0)