diff mbox

Fixed bad reference in roleattribute

Message ID 20170817185009.20292-1-jwcart2@tycho.nsa.gov (mailing list archive)
State Not Applicable
Headers show

Commit Message

James Carter Aug. 17, 2017, 6:50 p.m. UTC
From: Grégoire Colbert <gc.github-com@artefarita.com>

"roleattribute" was referencing "typeattributeset", but I believe it should be referencing "roleattributeset" instead.
---
 secilc/docs/cil_role_statements.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/secilc/docs/cil_role_statements.md b/secilc/docs/cil_role_statements.md
index 0c4cadb..d92f628 100644
--- a/secilc/docs/cil_role_statements.md
+++ b/secilc/docs/cil_role_statements.md
@@ -84,7 +84,7 @@  This example will declare [`role`](cil_role_statements.md#role) and [`type`](cil
 roleattribute
 -------------
 
-Declares a role attribute identifier in the current namespace. The identifier may have zero or more [`role`](cil_role_statements.md#role) and [`roleattribute`](cil_role_statements.md#roleattribute) identifiers associated to it via the [`typeattributeset`](cil_type_statements.md#typeattributeset) statement.
+Declares a role attribute identifier in the current namespace. The identifier may have zero or more [`role`](cil_role_statements.md#role) and [`roleattribute`](cil_role_statements.md#roleattribute) identifiers associated to it via the [`roleattributeset`](cil_role_statements.md#roleattributeset) statement.
 
 **Statement definition:**