Преглед на файлове

docs: remove consecutive duplicate words (#5873)

* Update integration_test.rs

* Update google.bigtable.v2.rs

* Update google.bigtable.v2.rs
Tomass преди 7 месеца
родител
ревизия
897745e780
променени са 2 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 2 2
      storage-bigtable/proto/google.bigtable.v2.rs
  2. 1 1
      svm/tests/integration_test.rs

+ 2 - 2
storage-bigtable/proto/google.bigtable.v2.rs

@@ -1318,7 +1318,7 @@ pub mod read_change_stream_response {
         /// An estimate of the commit timestamp that is usually lower than or equal
         /// to any timestamp for a record that will be delivered in the future on the
         /// stream. It is possible that, under particular circumstances that a future
-        /// record has a timestamp is is lower than a previously seen timestamp. For
+        /// record has a timestamp is lower than a previously seen timestamp. For
         /// an example usage see
         /// <https://beam.apache.org/documentation/basics/#watermarks>
         #[prost(message, optional, tag = "10")]
@@ -1386,7 +1386,7 @@ pub mod read_change_stream_response {
         /// An estimate of the commit timestamp that is usually lower than or equal
         /// to any timestamp for a record that will be delivered in the future on the
         /// stream. It is possible that, under particular circumstances that a future
-        /// record has a timestamp is is lower than a previously seen timestamp. For
+        /// record has a timestamp is lower than a previously seen timestamp. For
         /// an example usage see
         /// <https://beam.apache.org/documentation/basics/#watermarks>
         #[prost(message, optional, tag = "2")]

+ 1 - 1
svm/tests/integration_test.rs

@@ -2028,7 +2028,7 @@ fn simd83_fee_payer_deallocate() -> Vec<SvmTestEntry> {
     test_entry.add_initial_program(program_name);
 
     // 0/1: a rent-paying fee-payer goes to zero lamports on an executed transaction, the batch sees it as deallocated
-    // 2/3: the same, except if fee-only transactions are enabled, it goes to zero lamports from a a fee-only transaction
+    // 2/3: the same, except if fee-only transactions are enabled, it goes to zero lamports from a fee-only transaction
     for do_fee_only_transaction in [false, true] {
         let dealloc_fee_payer_keypair = Keypair::new();
         let dealloc_fee_payer = dealloc_fee_payer_keypair.pubkey();