diff --git a/src/wp-includes/template.php b/src/wp-includes/template.php
index 032243a289..d54a35c4ae 100644
--- a/src/wp-includes/template.php
+++ b/src/wp-includes/template.php
@@ -405,7 +405,8 @@ function get_single_template() {
 }
 
 /**
- * Retrieve path of embed template in current or parent template.
+ * Retrieves and embed template path in the current or parent template.
+ *
  * By default the WordPress-template is returned.
  *
  * The template path is filterable via the dynamic {@see '$type_template'} hook,