Missing ")" in comment (#3381)
parent
c42fe12bea
commit
eaa322e432
|
@ -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.)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue