gemini-code-assist[bot] commented on code in PR #168:
URL: https://github.com/apache/tvm-ffi/pull/168#discussion_r2441471628


##########
docs/get_started/quickstart.rst:
##########
@@ -20,12 +20,12 @@ Quick Start
 
 This guide walks through shipping a minimal ``add_one`` function that computes
 ``y = x + 1`` in C++ and CUDA.
-
-TVM-FFI's Open ABI and FFI makes it possible to **build once, ship 
everywhere**. That said,
-a single shared library works across:
+TVM-FFI's Open ABI and FFI make it possible to **ship one library**.
+We can build a single shared library that works across many environments:

Review Comment:
   ![medium](https://www.gstatic.com/codereviewagent/medium-priority.svg)
   
   The phrasing "ship one library" is less descriptive than the original "build 
once, ship everywhere." Consider reverting to the original phrasing or 
providing a more detailed explanation of the benefits.
   
   ```suggestion
   TVM-FFI's Open ABI and FFI make it possible to **build once, ship 
everywhere**.
   We can build a single shared library that works across many environments:
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to