Skip to content

Commit

Permalink
fixed INeverInstrumented intellisense comment (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Apr 7, 2020
1 parent 6b1bb3d commit d66b1e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Phobos.Actor.Common/INeverInstrumented.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
namespace Phobos.Actor.Common
{
/// <summary>
/// Marker interface used to indicate that this particular resource is always instrumented.
/// Usually reserved for internal / system functionality.
/// Marker interface used to indicate that this particular resource is never instrumented.
/// </summary>
public interface INeverInstrumented : INeverTrace, INeverMonitor
{
}
}
}

0 comments on commit d66b1e6

Please sign in to comment.