Skip to content

Commit

Permalink
📚 Fix rdoc heading levels
Browse files Browse the repository at this point in the history
  • Loading branch information
nevans committed Jan 4, 2025
1 parent efe2f17 commit 23fb65f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/net/imap/response_data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ class Envelope < Struct.new(:date, :subject, :from, :sender, :reply_to,
# parsed into its component parts by the server. Address objects are
# returned within Envelope fields.
#
# === Group syntax
# == Group syntax
#
# When the #host field is +nil+, this is a special form of address structure
# that indicates the [RFC5322[https://www.rfc-editor.org/rfc/rfc5322]] group
Expand Down Expand Up @@ -819,7 +819,7 @@ def all_seqnos(node = self)
# for full description of all +BODYSTRUCTURE+ fields, and also
# Net::IMAP@Message+envelope+and+body+structure for other relevant RFCs.
#
# === Classes that include BodyStructure
# == Classes that include BodyStructure
# BodyTypeBasic:: Represents any message parts that are not handled by
# BodyTypeText, BodyTypeMessage, or BodyTypeMultipart.
# BodyTypeText:: Used by <tt>text/*</tt> parts. Contains all of the
Expand Down

0 comments on commit 23fb65f

Please sign in to comment.