Add an empty line after the subsection title.

This commit is contained in:
Sergiu Ivanov 2022-01-01 23:51:51 +01:00
parent 4c34a65f21
commit 5f8bf7c4e2
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ The opaque type corresponding to the predicate @racketlink[g:matrix-graph? "matr
}
@subsection{Generic Graph Interface}
@defproc[(has-vertex? [g Graph] [v Any]) Boolean]{}
@defproc[(has-edge? [g Graph] [u Any] [v Any]) Boolean]{}
@defproc[(vertex=? [g Graph] [u Any] [v Any]) Boolean]{}