Skip to content

Commit

Permalink
comment typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adambezecny committed Nov 15, 2021
1 parent 903f2ad commit 273dc37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/channels.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub trait ChannelsAPI {
/// Get the value of a channel variable
async fn get_variable(&self, channel_id: &str, var_name: &str) -> Result<String>;

/// Get the value of a channel variable
/// Set the value of a channel variable
async fn set_variable(&self, channel_id: &str, var_name: &str, var_value: &str) -> Result<()>;

/// Hangs up the channel
Expand Down

0 comments on commit 273dc37

Please sign in to comment.