diff --git a/doc/README.developer b/doc/README.developer index e61e95f26d..e4ed35cbd9 100644 --- a/doc/README.developer +++ b/doc/README.developer @@ -1905,7 +1905,7 @@ Extended value strings can be created at run time by calling ); For hf[] array FT_(U)INT* fields that need a 'valstringname_ext' struct, the -'strings' field would be set to '&valstringname_ext)'. Furthermore, 'display' +'strings' field would be set to '&valstringname_ext'. Furthermore, the 'display' field must be ORed with 'BASE_EXT_STRING' (e.g. BASE_DEC|BASE_EXT_STRING).