Skip to content

Commit

Permalink
Fix documentation formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Pouliot committed Mar 18, 2011
1 parent d974bdd commit cdeb5e1
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -100,7 +100,8 @@ namespace Gendarme.Rules.Concurrency {
/// Monitor.Enter (mutex);
/// try {
/// producer++;
/// } finally {
/// }
/// finally {
/// Monitor.Exit (mutex);
/// }
/// }
Expand Down

0 comments on commit cdeb5e1

Please sign in to comment.