diff --git a/doc/reference/annotations.rst b/doc/reference/annotations.rst index 25e5f3695..1af3141ca 100644 --- a/doc/reference/annotations.rst +++ b/doc/reference/annotations.rst @@ -148,7 +148,7 @@ default the order is undefined, but you may change it to either "alphabetical", } /** - * @AccessorOrder("custom", custom = {"name", "SomeMethod" ,"id"}) + * @AccessorOrder("custom", custom = {"name", "someMethod" ,"id"}) * * Resulting Property Order: name, mood, id */