diff --git a/src/fpm/downloader.f90 b/src/fpm/downloader.f90 index 39a3314ccf..4c19bf9f29 100644 --- a/src/fpm/downloader.f90 +++ b/src/fpm/downloader.f90 @@ -18,7 +18,7 @@ module fpm_downloader contains - !> Perform an http get request, save output to file, and parse json. + !> Perform an http get request, save output to file, and parse json. subroutine get_pkg_data(url, version, tmp_pkg_file, json, error) character(*), intent(in) :: url type(version_t), allocatable, intent(in) :: version