Skip to content

Commit

Permalink
#33 update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cathei committed Sep 20, 2023
1 parent cac98e8 commit bea4bc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions BakingSheet/Src/Raw/RawSheetImporterPage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public interface IRawSheetImporterPage

/// <summary>
/// Get string evaluation of a cell.
/// Returns null if cell does not exist or out of bounds.
/// </summary>
string GetCell(int col, int row);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public interface IRawSheetImporterPage

/// <summary>
/// Get string evaluation of a cell.
/// Returns null if cell does not exist or out of bounds.
/// </summary>
string GetCell(int col, int row);
}
Expand Down

0 comments on commit bea4bc8

Please sign in to comment.