From 962749e35ef2ad4a458a638ad16c07f19750d360 Mon Sep 17 00:00:00 2001 From: Ethan Lynn Date: Mon, 30 Mar 2015 23:21:06 +0800 Subject: [PATCH] Fix typo in doc Correct description of FnGetAtt in pluginguide. Change-Id: I3108464d057c9607814ff1bfc394367540cd6765 --- doc/source/pluginguide.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/pluginguide.rst b/doc/source/pluginguide.rst index 0a1a0609b1..a029f02540 100644 --- a/doc/source/pluginguide.rst +++ b/doc/source/pluginguide.rst @@ -255,9 +255,9 @@ from the ``Resource`` class:: return None If the plug-in needs to be more sophisticated in its attribute resolution, the -plug-in may instead choose to override ``FnGetAttr``. If this method is chosen, -however, responsibility for validating the attribute and its accessibility is -the responsibility of the plug-in. +plug-in may instead choose to override ``FnGetAtt``. However, if this method is +chosen, validation and accessibility of the attribute would be the plug-in's +responsibility. Property and Attribute Example ******************************