Skip to content

Commit 3a0b2d0

Browse files
Update Orm/Xtensive.Orm/Core/LockableBase.cs
Co-authored-by: Alexey Kulakov <alexey.kulakov@dataobjects.net>
1 parent 2c08c6a commit 3a0b2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Orm/Xtensive.Orm/Core/LockableBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public abstract class LockableBase: ILockable
2323
/// <summary>
2424
/// Ensures the object is not locked (see <see cref="ILockable.Lock()"/>) yet.
2525
/// </summary>
26-
/// <exception cref="InstanceIsLockedException">Specified instance is locked.</exception>
26+
/// <exception cref="InstanceIsLockedException">The instance is locked.</exception>
2727
public void EnsureNotLocked()
2828
{
2929
if (IsLocked) {

0 commit comments

Comments
 (0)