From 58372716757fececa49f19b7eded39716aca5adb Mon Sep 17 00:00:00 2001 From: notplants Date: Mon, 15 Nov 2021 12:29:33 +0100 Subject: [PATCH] Change ssb_id to id to keep style uniformity --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 9057285..89fccde 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -376,7 +376,7 @@ impl Sbot { /// # Arguments /// /// * `name` - A string slice representing a profile name (bio) - /// * `id` - A string slice representing a ssb_id (profile reference / public key) of who the name is for + /// * `id` - A string slice representing a id (profile reference / public key) of who the name is for /// pub fn publish_name(&self, id: &str, name: &str) -> Result { let output = Command::new(&self.sbotcli_path)