如何調整數學環境(如align*)和後面的文字之間的邊距?例如我想要以下外觀

但預設給了我

\documentclass{article}
\usepackage{amsmath}
\begin{document}
map
\begin{equation*}
\Phi ( u) ( t) := u_{ 0} + \int_{ t_{ 0} }^{ t} F( u( t') ) \, dt '.
\end{equation*}
Observe from (1.8) that a strong solution is nothing more
\end{document}