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
8585
8686/+ +
8787MySQLVal 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)
8989for more information on the features of this type). Note that TaggedAlgebraic
9090has UFCS methods that are not available without importing that module in your
9191code.
@@ -259,7 +259,7 @@ Nullable!Variant asVariant(Nullable!MySQLVal v)
259259
260260/+ +
261261Compatibility 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)
263263does not provide in order to keep functionality that was available with Variant.
264264
265265Notes:
You can’t perform that action at this time.
0 commit comments