Skip to content

Commit 5fe2979

Browse files
author
Daniel Smith
committed
Make comment more accurate
1 parent 8050fb6 commit 5fe2979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

foundationdb/src/transaction.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ impl GetKeyResult {
665665
self.trx.clone()
666666
}
667667

668-
/// Returns the values associated with this get
668+
/// Returns the key associated with the call to `Transaction::get_key`
669669
pub fn value(&self) -> &[u8] {
670670
self.inner.get_key().expect("inner should resolve into key")
671671
}

0 commit comments

Comments
 (0)