Skip to content

Commit 658f694

Browse files
authored
remove extra space before the three-backticks (#172)
there is an extra space before the ending three-backticks of the code block, which causes an abnormal display in the webpage
1 parent c420089 commit 658f694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/conversions_views.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ Stacktrace:
252252
[1] error(::String) at .\error.jl:33
253253
[2] pointer_from_objref(::Any) at .\pointer.jl:146
254254
[3] top-level scope at none:1
255-
```
255+
```
256256

257257
The opposite transformation is `normedview`:
258258

0 commit comments

Comments
 (0)