Skip to content

Commit

Permalink
fix(docs): mark as source code
Browse files Browse the repository at this point in the history
  • Loading branch information
DXTimer committed Dec 26, 2023
1 parent bbfc784 commit e319997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dnsimple.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ pub struct DNSimpleResponse<T> {
pub rate_limit_reset: String,
/// The HTTP Status Code
pub status: u16,
/// The object or a Vec<T> of objects (the type `T` will depend on the endpoint).
/// The object or a `Vec<T>` of objects (the type `T` will depend on the endpoint).
pub data: Option<T>,
/// Any API endpoint that returns a list of items requires pagination.
pub pagination: Option<Pagination>,
Expand Down

0 comments on commit e319997

Please sign in to comment.