We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eccf78 commit c7691e5Copy full SHA for c7691e5
RustBridge/RustBridge.cpp
@@ -157,7 +157,7 @@ namespace Thunder {
157
}
158
159
void RustBridge::Detach(PluginHost::Channel& /* channel */) /* override */ {
160
- // Hopefull this does not happen as than we are loosing the actual service :-) We could do proper error handling
+ // Hopefully this does not happen as then we are losing the actual service :-) We could do proper error handling
161
// if this happens :-)
162
_javascriptService = 0;
163
0 commit comments