Skip to content

Commit a1992bb

Browse files
committed
fix doc 2
1 parent 0b3024c commit a1992bb

File tree

1 file changed

+1
-1
lines changed
  • jigsaw_puzzle_generator/src

1 file changed

+1
-1
lines changed

jigsaw_puzzle_generator/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! The Jigsaw Puzzle library creates SVG paths which can be used to cut out puzzle pieces from a
22
//! given rectangular image. It provides three public functions:
33
//!
4-
//! - [`generate`] returns the paths from a given number of pieces in a column and a
4+
//! - [`JigsawGenerator::generate`] returns the paths from a given number of pieces in a column and a
55
//! row. This is the function you normally want to use
66
//! - [`generate_columns_rows_numbers`] returns an ideal distribution of pieces on the x- and y-axes
77
//! for a given total number of pieces

0 commit comments

Comments
 (0)