Incorrect Data Types in Accessing Generated Sudoku Documentation #16
Labels
@bug
Something isn't working
@documentation
Improvements or additions to documentation
@priority-high
Milestone
In the documentation section for "Accessing Generated Sudoku," there is a discrepancy between the stated data types of
puzzleString
andsolutionString
and their actual data types. The documentation suggests that bothpuzzleString
andsolutionString
are of typeString
, but they are actually of typeBoard
.This inconsistency could lead to confusion for developers trying to access and utilize the generated Sudoku properties correctly. To address this, we should update the documentation to accurately reflect that
puzzleString
andsolutionString
are of typeBoard
.Here is the corrected version of the code snippet and explanation:
This update will ensure that developers have accurate information when working with the generated Sudoku properties.
The text was updated successfully, but these errors were encountered: