Merge pull request #31735 from follower/patch-5

Typo fix: "differt" -> "different"
This commit is contained in:
Rémi Verschelde 2019-08-28 10:18:58 +02:00 committed by GitHub
commit 007a46ef6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
/**
@author Bastiaan Olij <mux213@gmail.com>
The ARVR interface is a template class ontop of which we build interface to differt AR, VR and tracking SDKs.
The ARVR interface is a template class ontop of which we build interface to different AR, VR and tracking SDKs.
The idea is that we subclass this class, implement the logic, and then instantiate a singleton of each interface
when Godot starts. These instances do not initialize themselves but register themselves with the AR/VR server.