diff --git a/docs/structured-streaming-programming-guide.md b/docs/structured-streaming-programming-guide.md
index e2c881bf4a6043d916078c77383b2587acfa027a..226ff740a5d67fbb37e09be754b226b94e1b83de 100644
--- a/docs/structured-streaming-programming-guide.md
+++ b/docs/structured-streaming-programming-guide.md
@@ -726,9 +726,9 @@ However, note that all of the operations applicable on static DataFrames/Dataset
 
     + Full outer join with a streaming Dataset is not supported
 
-    + Left outer join with a streaming Dataset on the left is not supported
+    + Left outer join with a streaming Dataset on the right is not supported
 
-    + Right outer join with a streaming Dataset on the right is not supported
+    + Right outer join with a streaming Dataset on the left is not supported
 
 - Any kind of joins between two streaming Datasets are not yet supported.