Skip to content

Commit

Permalink
fix code block broken in the website (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
drumath2237 authored Apr 24, 2022
1 parent 5744fb8 commit 16c4842
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hit-testing-explainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ This feature is blocked by default for third-party contexts and can be controlle

## Appendix A: Proposed partial IDL
This is a partial IDL and is considered additive to the core IDL found in the main [explainer](https://github.com/immersive-web/webxr/blob/master/explainer.md).

```webidl
//
// Session
Expand Down Expand Up @@ -280,4 +281,4 @@ interface XRRay {
[SameObject] readonly attribute DOMPointReadOnly direction;
[SameObject] readonly attribute Float32Array matrix;
};
```

0 comments on commit 16c4842

Please sign in to comment.