From 3dd08864f913aa5095036612db29e2abfbbaa5eb Mon Sep 17 00:00:00 2001 From: rajajisai Date: Tue, 5 Aug 2025 21:27:47 -0700 Subject: [PATCH] Edit comment --- core/translate/index.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/translate/index.rs b/core/translate/index.rs index a82cccf68..93d5d8182 100644 --- a/core/translate/index.rs +++ b/core/translate/index.rs @@ -343,7 +343,7 @@ pub fn translate_drop_index( ))); } } - // Return an error if the index is an unique or primary key. + // Return an error if the index is associated with a unique or primary key constraint. if let Some(idx) = maybe_index { if idx.unique { return Err(crate::error::LimboError::InvalidArgument(