diff --git a/doc/architectural/restrict-function-pointer.md b/doc/architectural/restrict-function-pointer.md index 5b63b2b0c1a..9ef90cb2547 100644 --- a/doc/architectural/restrict-function-pointer.md +++ b/doc/architectural/restrict-function-pointer.md @@ -73,9 +73,12 @@ function where function pointers are being called, to this pattern: ``` .function_pointer_call. ``` - where `N` is referring to which function call it is - so the first call to a -function pointer in a function will have `N=1`, the 5th `N=5` etc. +function pointer in a function will have `N=1`, the 5th `N=5` etc, or +``` +.