Skip to content

Commit

Permalink
[review] fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
tommilligan committed Nov 5, 2022
1 parent 62a3aab commit affc1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry-core/src/performance.rs
Expand Up @@ -187,7 +187,7 @@ impl TransactionContext {

/// Update the custom context of this Transaction.
///
/// For simply adding a key, use the `set_custom_key` method.
/// For simply adding a key, use the `custom_insert` method.
pub fn custom_mut(&mut self) -> &mut Option<CustomTransactionContext> {
&mut self.custom
}
Expand Down

0 comments on commit affc1fb

Please sign in to comment.