Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Chavez <bchavez@bitarmory.com>2017-08-31 16:29:39 +0300
committerStephen Toub <stoub@microsoft.com>2017-08-31 16:29:39 +0300
commitbe75987c628347e1d44bba15c5272ade3dcfa65c (patch)
tree51f45002e0dce9b7e679e450d7fa1e42b26dce03 /src/System.Transactions.Local
parent53ab4f27097da80a3a358389fbda3393f4fbcc7c (diff)
Grammar check - "a [a,e]" rule. (#23697)
* Grammar check - "a [a,e]" rule. * Corrected "a attributes" to "an attribute"
Diffstat (limited to 'src/System.Transactions.Local')
-rw-r--r--src/System.Transactions.Local/tests/TransactionScopeTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Transactions.Local/tests/TransactionScopeTest.cs b/src/System.Transactions.Local/tests/TransactionScopeTest.cs
index 1838ba4961..e96ec2ef2a 100644
--- a/src/System.Transactions.Local/tests/TransactionScopeTest.cs
+++ b/src/System.Transactions.Local/tests/TransactionScopeTest.cs
@@ -761,7 +761,7 @@ namespace System.Transactions.Tests
irm.Value = 2;
ct.Commit();
- /* Using a already committed transaction in a new
+ /* Using an already committed transaction in a new
* TransactionScope
*/
TransactionScope scope = new TransactionScope(ct);