Skip to content

Commit

Permalink
Fix copy-paste-typo in spec describe
Browse files Browse the repository at this point in the history
  • Loading branch information
spuun committed Oct 3, 2024
1 parent 30098b9 commit c00a2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/compiler/crystal/tools/doc/type_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ describe Doc::Type do
end
end

describe "#included_modules" do
describe "#extended_modules" do
it "only include types with docs" do
program = semantic(<<-CRYSTAL, wants_doc: true).program
# :nodoc:
Expand Down

0 comments on commit c00a2bc

Please sign in to comment.