mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-22 20:13:50 +08:00
Fixing arbitrary spelling of the word arbetrary
Oddly, this is far from the first time a person whose native language is not english has corrected my spelling.
This commit is contained in:
@@ -5,7 +5,7 @@ using FluentNHibernate.Conventions.Instances;
|
|||||||
namespace Orchard.Data.Conventions {
|
namespace Orchard.Data.Conventions {
|
||||||
public class StringLengthMaxAttribute : StringLengthAttribute {
|
public class StringLengthMaxAttribute : StringLengthAttribute {
|
||||||
public StringLengthMaxAttribute() : base(10000) {
|
public StringLengthMaxAttribute() : base(10000) {
|
||||||
// 10000 is an arbetrary number large enough to be in the nvarchar(max) range
|
// 10000 is an arbitrary number large enough to be in the nvarchar(max) range
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user