We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de1fcdd commit bfd3917Copy full SHA for bfd3917
src/fpm/downloader.f90
@@ -18,7 +18,7 @@ module fpm_downloader
18
19
contains
20
21
- !> Perform an http get request, save output to file, and parse json.
+ !> Perform an http get request, save output to file, and parse json.
22
subroutine get_pkg_data(url, version, tmp_pkg_file, json, error)
23
character(*), intent(in) :: url
24
type(version_t), allocatable, intent(in) :: version
0 commit comments