Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
r10s committed Nov 22, 2024
1 parent 8349d1c commit 2bbf081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webxdc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -962,8 +962,8 @@ impl Message {
/// Get link attached to an info message.
///
/// The info message needs to be of type SystemMessage::WebxdcInfoMessage.
/// Typically, this is used to start the corresponding
// with `window.location.href` set in JS land.
/// Typically, this is used to start the corresponding webxdc app
/// with `window.location.href` set in JS land.
pub fn get_webxdc_href(&self) -> Option<String> {
let Some(href) = self.param.get(Param::Arg) else {
return None;
Expand Down

0 comments on commit 2bbf081

Please sign in to comment.