Skip to content

Commit 7864b74

Browse files
committed
update rustdoc
1 parent 345e1d7 commit 7864b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/resource_storage.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ impl ResourceContent {
3434
#[derive(Clone)]
3535
/// A internal representation of a Resource to store. Stores the content
3636
/// in the decoded form to use less memory.
37-
/// See Resource for details.
37+
/// See [Resource] for details
3838
struct ResourceImpl {
3939
name: String,
4040
kind: ResourceType,

0 commit comments

Comments
 (0)