Skip to content

Commit 69b240f

Browse files
committed
📚 Fix rdoc heading levels
1 parent fe87d46 commit 69b240f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/net/imap/response_data.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ class Envelope < Struct.new(:date, :subject, :from, :sender, :reply_to,
712712
# parsed into its component parts by the server. Address objects are
713713
# returned within Envelope fields.
714714
#
715-
# === Group syntax
715+
# == Group syntax
716716
#
717717
# When the #host field is +nil+, this is a special form of address structure
718718
# that indicates the [RFC5322[https://www.rfc-editor.org/rfc/rfc5322]] group
@@ -819,7 +819,7 @@ def all_seqnos(node = self)
819819
# for full description of all +BODYSTRUCTURE+ fields, and also
820820
# Net::IMAP@Message+envelope+and+body+structure for other relevant RFCs.
821821
#
822-
# === Classes that include BodyStructure
822+
# == Classes that include BodyStructure
823823
# BodyTypeBasic:: Represents any message parts that are not handled by
824824
# BodyTypeText, BodyTypeMessage, or BodyTypeMultipart.
825825
# BodyTypeText:: Used by <tt>text/*</tt> parts. Contains all of the

0 commit comments

Comments
 (0)