Skip to content

Commit

Permalink
delete bogus doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Apr 25, 2023
1 parent 8190b34 commit ed11efa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/linegame/model/Challenge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ export default abstract class Challenge {

/*
* Creates an initial guess, based on the answer and what the user can manipulate.
* null if the points don't form a valid line.
*/
function createInitialGuess( answer: Line, manipulationMode: ManipulationMode, xRange: Range, yRange: Range ): Line | NotALine {
if ( manipulationMode === ManipulationMode.SLOPE ) {
Expand Down

0 comments on commit ed11efa

Please sign in to comment.