Here's something from my class.
As $n \to \infty$, $|\mathcal{F'}| = (1-o(1))\frac{n \choose t}{k \choose t} + o(1){n \choose t} = (1 + o(1))\frac{n \choose t}{k \choose t}$
I can sort of see why this makes sense, and I guess writing out the expression by the definitions would verify it. But is there an intuitive way to interpret this calculation and others similar to it?
You can write the following estimate : $o(1){n \choose t} = o(1)\frac{{n \choose t}}{{k \choose t}}$, since $k$ and $t$ are fixed. Thus $|F'| = (1+o(1))\frac{{n \choose t}}{{k \choose t}} + o(1)\frac{{n \choose t}}{{k \choose t}} = \frac{{n \choose t}}{{k \choose t}} (1+o(1)+o(1)) = (1+o(1))\frac{{n \choose t}}{{k \choose t}}.$
You can interpret the notations $o$ and $O$ as : these are quantities whose names and exact values are not relevant, only their asymptotic behaviour.