Update documentation

This commit is contained in:
Owen Troke-Billard 2024-09-16 15:13:08 -06:00
parent 4673824f43
commit 199cdb0ec2
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
//! # Instructions
//!
//! Create your query and data graphs with [petgraph](https://github.com/petgraph/petgraph)
//! or any library that implements the [Graph] trait. Then, call one of the following
//! or any library that implements the [`Graph`] trait. Then, call one of the following
//! functions based on the problem type:
//! - Graph isomorphisms: [`isomorphisms`].
//! - Subgraph isomorphisms: [`subgraph_isomorphisms`].