From dfa59ac9972916062ba27b2d9cd85381606f59e0 Mon Sep 17 00:00:00 2001 From: Dan Zheng Date: Thu, 11 Apr 2019 09:02:36 +0100 Subject: [PATCH] Fix typo in static custom attributes proposal. --- proposals/XXXX-static-custom-attributes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/XXXX-static-custom-attributes.md b/proposals/XXXX-static-custom-attributes.md index 2bd899c169..4510df1a51 100644 --- a/proposals/XXXX-static-custom-attributes.md +++ b/proposals/XXXX-static-custom-attributes.md @@ -494,4 +494,4 @@ As static custom attributes only exist at compile-time, they don't affect ABI re ## Alternatives considered -A previous version of this proposal suggested introducing a new delcaration syntax for declaring custom attributes. It was abandoned due to a higher implementation and learning cost. \ No newline at end of file +A previous version of this proposal suggested introducing a new declaration syntax for declaring custom attributes. It was abandoned due to a higher implementation and learning cost.