| Index: mojo/public/c/docs/bindings/TUTORIAL.md
|
| diff --git a/mojo/public/c/docs/bindings/TUTORIAL.md b/mojo/public/c/docs/bindings/TUTORIAL.md
|
| index 7e5e4625ddce03bedfe8fa6de0f6a231ffa07a27..a7b4519bbad1f8d259bb952da21bbb2a145016c6 100644
|
| --- a/mojo/public/c/docs/bindings/TUTORIAL.md
|
| +++ b/mojo/public/c/docs/bindings/TUTORIAL.md
|
| @@ -368,6 +368,5 @@ for the values. The `i`th element in the keys array corresponds to the `i`th
|
| element in the values array. As such, both arrays must have the same number
|
| of elements, and neither may be null.
|
|
|
| -# Numbers on generated bindings.
|
| -
|
| -TODO(vardhan): Probably as a separate doc?
|
| +# Additional Readings
|
| +* [Internals of the generated bindings](INTERNALS.md)
|
|
|