Skip to content

Commit d0d6201

Browse files
authored
Remove trailing semi-colon
1 parent cde744b commit d0d6201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/AspDotNet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ protected void Application_EndRequest()
9999
```
100100
@using StackExchange.Profiling
101101
...
102-
@(MiniProfiler.Current?.RenderIncludes());
102+
@(MiniProfiler.Current?.RenderIncludes())
103103
</body>
104104
</html>
105105
```

0 commit comments

Comments
 (0)