Chromium Code Reviews| 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..5601c70ccc6286b6ffbd26d5604641c9c515c49c 100644 |
| --- a/mojo/public/c/docs/bindings/TUTORIAL.md |
| +++ b/mojo/public/c/docs/bindings/TUTORIAL.md |
| @@ -367,7 +367,3 @@ Maps on the wire are mojom structs with two arrays; one for the keys, and one |
| 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? |
|
jamesr
2016/08/15 22:38:27
leave a reference here to the other doc?
|