diff --git a/docs/en/Distributed-Locking.md b/docs/en/Distributed-Locking.md index 4145a7fb1f..e3c57abdbd 100644 --- a/docs/en/Distributed-Locking.md +++ b/docs/en/Distributed-Locking.md @@ -67,7 +67,7 @@ There are two ways to use the distributed locking API: ABP's `IAbpDistributedLoc **Example: Using the `IAbpDistributedLock.TryAcquireAsync` method** - ````csharp +````csharp using Volo.Abp.DistributedLocking; namespace AbpDemo