From 9d291187c5c9e70d86c1796245bbd33e40ed7c98 Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Tue, 7 Aug 2018 11:14:00 -0700 Subject: [PATCH] guide: Fix alphabetizing of attributes --- guide/src/SUMMARY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/src/SUMMARY.md b/guide/src/SUMMARY.md index 84ec98d6..57246bd4 100644 --- a/guide/src/SUMMARY.md +++ b/guide/src/SUMMARY.md @@ -26,8 +26,8 @@ - [`js_namespace`](./reference/attributes/on-js-imports/js_namespace.md) - [`method`](./reference/attributes/on-js-imports/method.md) - [`module = "blah"`](./reference/attributes/on-js-imports/module.md) - - [`structural`](./reference/attributes/on-js-imports/structural.md) - [`static_method_of = Blah`](./reference/attributes/on-js-imports/static_method_of.md) + - [`structural`](./reference/attributes/on-js-imports/structural.md) - [On Rust Exports](./reference/attributes/on-rust-exports/index.md) - [`constructor`](./reference/attributes/on-rust-exports/constructor.md) - [`js_name = Blah`](./reference/attributes/on-rust-exports/js_name.md)