about summary refs log tree commit diff
path: root/users/tazjin/predlozhnik/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'users/tazjin/predlozhnik/src/main.rs')
-rw-r--r--users/tazjin/predlozhnik/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/tazjin/predlozhnik/src/main.rs b/users/tazjin/predlozhnik/src/main.rs
index 0e5f7204e5..b11acbc5ce 100644
--- a/users/tazjin/predlozhnik/src/main.rs
+++ b/users/tazjin/predlozhnik/src/main.rs
@@ -64,7 +64,7 @@ lazy_static! {
             "между" => BTreeSet::from([Творительный, Родительный]),
             "на" => BTreeSet::from([Винительный, Предложный]),
             "над" => BTreeSet::from([Творительный]),
-            "нет" => BTreeSet::from([Именительный]),
+            "нет" => BTreeSet::from([Родительный]),
             "о" => BTreeSet::from([Винительный]),
             "обо" => BTreeSet::from([Винительный]),
             "около" => BTreeSet::from([Родительный]),