| Index: net/docs/crash-course-in-net-internals.md
|
| diff --git a/net/docs/crash-course-in-net-internals.md b/net/docs/crash-course-in-net-internals.md
|
| index fa2094c6bf96fd6673de2e341a898a9cdbafd036..529c7d2c2a792a484e184d3bb66934bc918101ab 100644
|
| --- a/net/docs/crash-course-in-net-internals.md
|
| +++ b/net/docs/crash-course-in-net-internals.md
|
| @@ -34,7 +34,7 @@ covers), but it's good to be aware of this distinction.
|
|
|
| The Event View shows events logged by the NetLog. The NetLog model is that
|
| long-lived network stack objects, called sources, emit events over their
|
| -lifetime. When looking at the code, a "BoundNetLog" object contains a source
|
| +lifetime. When looking at the code, a "NetLogWithSource" object contains a source
|
| ID, and a pointer to the NetLog the source emits events to. Some events have a
|
| beginning and end point (during which other subevents may occur), and some only
|
| occur at a single point in time. Generally only one event can be occuring for a
|
|
|