Skip to content

Commit

Permalink
Replace ; with . in st_read() message
Browse files Browse the repository at this point in the history
Thinking: plain English is good!
  • Loading branch information
Robinlovelace committed Nov 1, 2016
1 parent 026631d commit ecea519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gdal_read.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ Rcpp::List CPL_read_ogr(Rcpp::CharacterVector datasource, Rcpp::CharacterVector
Rcpp::Rcout << "Multiple ";
Rcpp::Rcout << "layers are present in data source " << datasource[0]
<< "." << std::endl;
Rcpp::Rcout << "Returning a list of layer names and their type;" << std::endl;
Rcpp::Rcout << "set the `layer' argument in `st_read' to read a particular layer."
Rcpp::Rcout << "Returning a list of layer names and their type." << std::endl;
Rcpp::Rcout << "Set the `layer' argument in `st_read' to read a particular layer."
<< std::endl;
}
return(l);
Expand Down

0 comments on commit ecea519

Please sign in to comment.