Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ Github users who have at least one patch accepted to TTFunk.
TTFunk is maintained as a dependency of Prawn, the ruby PDF generation library.

Any questions or feedback should be sent to the [Prawn
Diccussions](https://github.com/orgs/prawnpdf/discussions) group.
Discussions](https://github.com/orgs/prawnpdf/discussions) group.
2 changes: 1 addition & 1 deletion lib/ttfunk/sub_table.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class EOTError < StandardError
# @return [Integer]
attr_reader :table_offset

# This sub-table's length in byes.
# This sub-table's length in bytes.
# @return [Integer, nil]
attr_reader :length

Expand Down
2 changes: 1 addition & 1 deletion lib/ttfunk/table.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Table
# @return [Integer]
attr_reader :offset

# This table's length in byes.
# This table's length in bytes.
# @return [Integer, nil]
attr_reader :length

Expand Down
Loading