mishrsud / mvc-mini-profiler

Automatically exported from code.google.com/p/mvc-mini-profiler
0 stars 0 forks source link

Documentation on home page wrong #38

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
 return new MvcMiniProfiler.Data.ProfiledDbConnection.Get(cnn, MiniProfiler.Current);

should read

 return  MvcMiniProfiler.Data.ProfiledDbConnection.Get(cnn, MiniProfiler.Current);

It wouldn't be an open source project if the docs were correct, right?   

Original issue reported on code.google.com by brianb...@gmail.com on 22 Jun 2011 at 4:49

GoogleCodeExporter commented 8 years ago

Original comment by nrcraver on 22 Jun 2011 at 7:27