diff --git a/React/Fabric/Surface/RCTFabricSurface.h b/React/Fabric/Surface/RCTFabricSurface.h index 5895b02c20f..9e2e01117af 100644 --- a/React/Fabric/Surface/RCTFabricSurface.h +++ b/React/Fabric/Surface/RCTFabricSurface.h @@ -71,9 +71,7 @@ NS_ASSUME_NONNULL_BEGIN * A Surface object can be stopped and then restarted. * The starting process includes initializing all underlying React Native * infrastructure and running React app. - * Just initialized Surface object starts automatically, there is no need - * to call `start` explicitly. Surface also stops itself on deallocation - * automatically. + * Surface stops itself on deallocation automatically. * Returns YES in case of success. Returns NO if the Surface is already * started or stopped. */