File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ private union _MYTYPE
85
85
86
86
/+ +
87
87
MySQLVal is mysql-native's tagged algebraic type that supports only @safe usage
88
- (see $(LINK2, http://code.dlang.org/packages/taggedalgebraic, TaggedAlgebraic)
88
+ (see $(LINK2 http://code.dlang.org/packages/taggedalgebraic, TaggedAlgebraic)
89
89
for more information on the features of this type). Note that TaggedAlgebraic
90
90
has UFCS methods that are not available without importing that module in your
91
91
code.
@@ -259,7 +259,7 @@ Nullable!Variant asVariant(Nullable!MySQLVal v)
259
259
260
260
/+ +
261
261
Compatibility layer for MySQLVal. These functions provide methods that
262
- $(LINK2, http://code.dlang.org/packages/taggedalgebraic, TaggedAlgebraic)
262
+ $(LINK2 http://code.dlang.org/packages/taggedalgebraic, TaggedAlgebraic)
263
263
does not provide in order to keep functionality that was available with Variant.
264
264
265
265
Notes:
You can’t perform that action at this time.
0 commit comments