@@ -189,7 +189,7 @@ int_enum! {
189189 /// a DNS QUERY (OpCode=0). Defined in [RFC-ietf-dnssd-multi-qtypes].
190190 ///
191191 /// [RFC-ietf-dnssd-multi-qtypes]: https://datatracker.ietf.org/doc/html/draft-ietf-dnssd-multi-qtypes
192- ( MQTYPEQUERY => 20 , "MQTYPE-Query" )
192+ ( MQTYPE_QUERY => 20 , "MQTYPE-Query" )
193193
194194 /// MQTYPE-Response (21).
195195 ///
@@ -198,7 +198,7 @@ int_enum! {
198198 /// (OpCode=0). Defined in [RFC-ietf-dnssd-multi-qtypes].
199199 ///
200200 /// [RFC-ietf-dnssd-multi-qtypes]: https://datatracker.ietf.org/doc/html/draft-ietf-dnssd-multi-qtypes
201- ( MQTYPERESPONSE => 21 , "MQTYPE-Response" )
201+ ( MQTYPE_RESPONSE => 21 , "MQTYPE-Response" )
202202
203203 /// EDE-EXTRA-TEXT-LANGUAGE (22).
204204 ///
@@ -240,7 +240,7 @@ int_enum! {
240240 /// which a matched query caused the filtering to occur.
241241 /// Defined in [draft-muks-dns-filtering].
242242 ///
243- /// [draft-muks-dns-filtering]: https://datatracker.ietf.org/doc/html/draft-muks-dns-filtering#name-filtering-organization -edns
243+ /// [draft-muks-dns-filtering]: https://datatracker.ietf.org/doc/html/draft-muks-dns-filtering#name-filtering-db -edns-option
244244 ( FILTERING_DB => 25 , "FILTERING-DB" )
245245
246246 /// Umbrella Ident (20292).
@@ -252,7 +252,7 @@ int_enum! {
252252
253253 /// DeviceID (26946).
254254 ///
255- /// Ths option is used by the [Cisco Umbrella network device API].
255+ /// This option is used by the [Cisco Umbrella network device API].
256256 ///
257257 /// [Cisco Umbrella network device API]: https://developer.cisco.com/docs/cloud-security/network-devices-with-cisco-umbrella-dns/#network-devices-with-cisco-umbrella-dns
258258 ( DEVICE_ID => 26946 , "DeviceId" )
0 commit comments