Apply suggestions from code review for GTEST_SKIP documentation

Extended example and some rewording by @ericschmidtatwork, thank you.

Co-authored-by: Eric Schmidt <shibumi@google.com>
diff --git a/docs/advanced.md b/docs/advanced.md
index da7cf07..9b44a58 100644
--- a/docs/advanced.md
+++ b/docs/advanced.md
@@ -551,7 +551,7 @@
 }
 ```
 
-The informational text is optional.
+As with assertion macros, you can stream a custom message into `GTEST_SKIP()`.
 
 ## Teaching googletest How to Print Your Values