How to link to a specific global method

Hello, I am trying to link to this particular global method:

https://crystal-lang.org/api/1.2.1/toplevel.html#spawn(*,name:String?=nil,same_thread=false,&block)-class-method

However when I try this crystal doc cp,emt:

… the spawn(*, name : String? = nil, same_thread = false, &block) method …

It seems to link to the macro version instead:

https://crystal-lang.org/api/1.2.1/toplevel.html#spawn(call,*,name=nil,same_thread=false,&block)-macro

Any tips? Thanks!