You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/mir/variant.d
+25-13Lines changed: 25 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ module mir.variant;
5
5
6
6
privatestaticimmutable variantExceptionMsg = "mir.variant: the variant stores other type then requested.";
7
7
privatestaticimmutable variantNulllExceptionMsg = "mir.variant: the variant is empty and doesn't store any value.";
8
-
privatestaticimmutable variantMemberExceptionMsg = "mir.variant: the variant is stores the type that isn't compatible with the user proveded visitor and arguments.";
8
+
privatestaticimmutable variantMemberExceptionMsg = "mir.variant: the variant is stores the type that isn't compatible with the user provided visitor and arguments.";
0 commit comments