JuliaLang / JuliaDoc

28 stars 26 forks source link

Arrow (->) Style Uniformity #7

Open sjkelly opened 10 years ago

sjkelly commented 10 years ago

Notice on http://docs.julialang.org/en/latest/stdlib/file/

http://docs.julialang.org/en/latest/stdlib/file/#Base.expanduser Renders the arrow (->) as a single character.

But for a multiple return (f() -> (x,y)), this is not the case: http://docs.julialang.org/en/latest/stdlib/file/#Base.splitdrive