aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/builder/edit_profile.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/builder/edit_profile.rs b/src/utils/builder/edit_profile.rs
index e7c4637..46dad20 100644
--- a/src/utils/builder/edit_profile.rs
+++ b/src/utils/builder/edit_profile.rs
@@ -28,7 +28,7 @@ impl EditProfile {
/// .expect("Failed to read image");
///
/// let _ = context.edit_profile(|profile| {
- /// profile.avatar(Some(base64))
+ /// profile.avatar(Some(&base64))
/// });
/// ```
///