Skip to content

Commit

Permalink
✏️ Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iqfareez committed Sep 7, 2024
1 parent 28a3137 commit 877a9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/util/parse_albiruni_html.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import '../model/subject.dart';

int totalPages = parseTotalPages(elements[0]);

// Iteratoing each row to parse the contents
// Iterating each row to parse the contents
for (var i = 2; i < elements.length - 1; i++) {
Subject res = parseSubject(elements[i]);
subjects.add(res);
Expand Down

0 comments on commit 877a9d8

Please sign in to comment.