Skip to content

Commit 4813d1a

Browse files
committed
doc
1 parent f19513e commit 4813d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/Dialect/SybaseASE16Dialect.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace NHibernate.Dialect
2121
public class SybaseASE16Dialect : SybaseASE15Dialect
2222
{
2323
/// <summary>
24-
/// ASE 16 supports limit statements, see: https://help.sap.com/docs/SAP_ASE/e0d4539d39c34f52ae9ef822c2060077/26d84b4ddae94fed89d4e7c88bc8d1e6.html?locale=en-US
24+
/// ASE 16 supports limit statements, see https://help.sap.com/docs/SAP_ASE/e0d4539d39c34f52ae9ef822c2060077/26d84b4ddae94fed89d4e7c88bc8d1e6.html?locale=en-US
2525
/// </summary>
2626
/// <returns>true</returns>
2727
public override bool SupportsLimit => true;

0 commit comments

Comments
 (0)