Missing ")" in comment (#3381)

pull/3383/head
Christian Weiss 2017-05-18 20:23:24 +02:00 committed by Rick Anderson
parent c42fe12bea
commit eaa322e432
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ public class MyController : Controller
public MyController(MyAppData myService) public MyController(MyAppData myService)
{ {
// Do something with the service (read some data from it, // Do something with the service (read some data from it,
// store it in a private field/property, etc. // store it in a private field/property, etc.)
} }
} }
``` ```