In ArcGIS Pro, if you try to create a field name with a length of more than 32 characters (say by importing an existing Feature Class as a template) the tool gives a red box error indicator, and the hover text states:

That's great, except the official ArcGIS Pro specs on File Geodatabases says that a field name length can be up to 64 characters long:
- File name length - 64 characters

I can confirm that it's possible to have file geodatabase field names longer than 32 characters as I have a file geodatabase that has a feature class with a 36 character field name which was generated using the ArcGIS Python API from a spatially enabled dataframe:

My question is why is there a disagreement here between the actual specs and the software? Is this just an oversight? It seems like it is, otherwise the spec should say the limit is 32 characters.
If it is an oversight, can we get the ArcGIS Pro team to include this in a future update patch?