diff --git a/restaurant/src/lib.rs b/restaurant/src/lib.rs
index f102a02..59847e9 100644
--- a/restaurant/src/lib.rs
+++ b/restaurant/src/lib.rs
@@ -1,6 +1,6 @@
 mod front_of_house {
-    mod hosting {
-        fn add_to_waitlist() {}
+    pub mod hosting {
+        pub fn add_to_waitlist() {}
 
         fn seat_at_table() {}
     }