From 607d65d561f802d97f4bb7b0f7d59df3bde693ab Mon Sep 17 00:00:00 2001
From: Will Hayworth <whayworth@gmail.com>
Date: Sun, 3 Jan 2021 03:42:39 -0800
Subject: [PATCH] docs: mention flatten in the options2 hint

---
 info.toml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/info.toml b/info.toml
index f1fc398..23c6491 100644
--- a/info.toml
+++ b/info.toml
@@ -575,8 +575,7 @@ https://doc.rust-lang.org/rust-by-example/flow_control/while_let.html
 
 Remember that Options can be stacked in if let and while let.
 For example: Some(Some(variable)) = variable2
-
-
+Also see Option::flatten
 """
 
 [[exercises]]