autofac / Documentation

Usage and API documentation for Autofac and integration libraries
http://autofac.readthedocs.org
MIT License
71 stars 121 forks source link

Rename undeclared variable #171

Closed InteXX closed 1 year ago

InteXX commented 1 year ago

The variable scope is never declared; it should instead be named child2, as child2SubScope will be a nested scope under the child2 scope.

InteXX commented 1 year ago

Looks great! Thanks!

...and thank you as well.