Skip to content

Commit

Permalink
note -> web 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gauteh committed Oct 29, 2024
1 parent 9fb077c commit e93f22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ impl<IOM: Write<SevenBitAddress> + Read<SevenBitAddress>, const BUF_SIZE: usize>
}

/// [web Requests](https://dev.blues.io/reference/notecard-api/web-requests/)
pub fn web(&mut self) -> note::Note<IOM, BUF_SIZE> {
pub fn web(&mut self) -> web::Web<IOM, BUF_SIZE> {
web::Web::from(self)
}

Expand Down

0 comments on commit e93f22d

Please sign in to comment.