Unverified Commit f62cbf67 authored by Robert Hensing's avatar Robert Hensing Committed by GitHub
Browse files

doc/option-types: fix attrTag example (#393726)

parents 1dc88020 9992c0fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -371,7 +371,7 @@ If the you're interested in can be distinguished without a label, you may simpli
                options.destination = mkOption { … };
              };
            };
            ignore = types.mkOption {
            drop = types.mkOption {
              description = "Drop the packet without sending anything back.";
              type = types.submodule {};
            };