Skip to content

Commit

Permalink
fix(docs): Escape pound sign in URL
Browse files Browse the repository at this point in the history
  • Loading branch information
abensonca committed Aug 14, 2021
1 parent 2d218d9 commit d3c6680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/numerical.sort.topological.F90
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module Sorting_Topological

subroutine Sort_Topological(countObjects,countDependencies,dependencies,order,countOrdered,status)
!!{
Topological sorting function. Based on the example from \href{https://rosettacode.org/wiki/Topological_sort#Modern_Fortran}{Rosetta Code}. Arguments are:
Topological sorting function. Based on the example from \href{https://rosettacode.org/wiki/Topological_sort\#Modern_Fortran}{Rosetta Code}. Arguments are:
\begin{description}
\item[{\normalfont \ttfamily countObjects}\argin] the number of objects to be sorted;
\item[{\normalfont \ttfamily countDependencies}\argin] the number of dependencies;
Expand Down

0 comments on commit d3c6680

Please sign in to comment.