Skip to content

Commit

Permalink
Revise doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreenbury authored Aug 27, 2024
1 parent 7d73d94 commit 633272b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ impl Popgetter {
search_params.search(&self.metadata.combined_metric_source_geometry())
}

/// Downloads results using popgetter given `SearchResults`
/// Downloads data using popgetter given a `DataRequestSpec`
pub async fn get_data_request(&self, data_request_spec: DataRequestSpec) -> Result<DataFrame> {
let include_geoms = data_request_spec
.geometry
Expand All @@ -60,7 +60,7 @@ impl Popgetter {
.await
}

/// Downloads results using popgetter given `SearchResults`
/// Downloads data using popgetter given `SearchParams`
pub async fn get_search_params(
&self,
search_params: SearchParams,
Expand Down

0 comments on commit 633272b

Please sign in to comment.