Skip to content

Commit

Permalink
Doc: apply math interval notation to the range in FTP listing response
Browse files Browse the repository at this point in the history
Applied review suggestion.

Co-authored-by: Lukas Dürrenberger <eXpl0it3r@my-gate.net>
  • Loading branch information
mgrojo and eXpl0it3r committed Jun 1, 2024
1 parent 1775a90 commit d3af5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SFML/Network/Ftp.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ CSFML_NETWORK_API size_t sfFtpListingResponse_getCount(const sfFtpListingRespons
/// \brief Return a directory/file name contained in a FTP listing response
///
/// \param ftpListingResponse Ftp listing response
/// \param index Index of the name to get, in range [0 .. getCount() - 1]
/// \param index Index of the name to get, in range [0 .. getCount())
///
/// \return The requested name
///
Expand Down

0 comments on commit d3af5ea

Please sign in to comment.